summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
authorSilc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com>2023-11-22 06:14:32 +0900
committerSilc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com>2023-11-22 06:43:26 +0900
commit21833f3dfd0a8279f3adcfb54ca38b4846df0079 (patch)
treedf29b832fe1f832f34ef0b52eaa6654e507a140f /editor/animation_track_editor.h
parent80de898d721f952dac0b102d48bb73d6b02ee1e8 (diff)
downloadredot-engine-21833f3dfd0a8279f3adcfb54ca38b4846df0079.tar.gz
Fix seeking bug in AnimationPlayerEditor
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r--editor/animation_track_editor.h2
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);