diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/animation_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/animation_editor.cpp b/tools/editor/animation_editor.cpp index 8c21a1f6bf..fbe50d6d96 100644 --- a/tools/editor/animation_editor.cpp +++ b/tools/editor/animation_editor.cpp @@ -3489,7 +3489,7 @@ void AnimationKeyEditor::_step_changed(float p_len) { updating=true; if (!animation.is_null()) { animation->set_step(p_len); - emit_signal("animation_step_changed",animation->get_length()); + emit_signal("animation_step_changed",animation->get_step()); } updating=false; } |