Juan Linietsky 9 лет назад
Родитель
Сommit
4290a25bd5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/editor/animation_editor.cpp

+ 1 - 1
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;
 }