summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
authorSilc Renew <tokage.it.lab@gmail.com>2023-02-11 20:39:02 +0900
committerSilc Renew <tokage.it.lab@gmail.com>2023-02-11 20:48:18 +0900
commit4c5bd4cb0acf25c082f0bdcd8f37e1903adab5cf (patch)
tree5b43a0a779fe27a0baa01c74cd9cca53886ab4ab /editor/animation_track_editor.h
parentc1f556c85d31593181d44ed71e323a711f75871f (diff)
downloadredot-engine-4c5bd4cb0acf25c082f0bdcd8f37e1903adab5cf.tar.gz
Fix weird bezier edit button update timing in AnimationTrackEditor
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r--editor/animation_track_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h
index 2a59bda2a4..c733f397e3 100644
--- a/editor/animation_track_editor.h
+++ b/editor/animation_track_editor.h
@@ -399,6 +399,7 @@ class AnimationTrackEditor : public VBoxContainer {
void _update_tracks();
void _redraw_tracks();
void _redraw_groups();
+ void _check_bezier_exist();
void _name_limit_changed();
void _timeline_changed(float p_new_pos, bool p_drag, bool p_timeline_only);