diff options
author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2023-11-22 06:14:32 +0900 |
---|---|---|
committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2023-11-22 06:43:26 +0900 |
commit | 21833f3dfd0a8279f3adcfb54ca38b4846df0079 (patch) | |
tree | df29b832fe1f832f34ef0b52eaa6654e507a140f /editor/animation_track_editor.h | |
parent | 80de898d721f952dac0b102d48bb73d6b02ee1e8 (diff) | |
download | redot-engine-21833f3dfd0a8279f3adcfb54ca38b4846df0079.tar.gz |
Fix seeking bug in AnimationPlayerEditor
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index 5592d43ffe..eb2cb2a4e4 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -409,7 +409,7 @@ class AnimationTrackEditor : public VBoxContainer { void _check_bezier_exist(); void _name_limit_changed(); - void _timeline_changed(float p_new_pos, bool p_drag, bool p_timeline_only); + void _timeline_changed(float p_new_pos, bool p_timeline_only); void _track_remove_request(int p_track); void _animation_track_remove_request(int p_track, Ref<Animation> p_from_animation); void _track_grab_focus(int p_track); |