1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers

Removed unused variables, add some constants numbers
This commit is contained in:
Rémi Verschelde
2019-12-10 08:25:31 +01:00
committed by GitHub
41 changed files with 112 additions and 91 deletions

View File

@@ -1092,8 +1092,6 @@ void AnimationPlayerEditor::_animation_key_editor_seek(float p_pos, bool p_drag)
if (!player->has_animation(player->get_assigned_animation()))
return;
Ref<Animation> anim = player->get_animation(player->get_assigned_animation());
updating = true;
frame->set_value(Math::stepify(p_pos, _get_editor_step()));
updating = false;