diff options
author | Saracen <SaracenOne@gmail.com> | 2023-10-18 02:29:02 +0100 |
---|---|---|
committer | Saracen <SaracenOne@gmail.com> | 2023-12-14 23:11:47 +0000 |
commit | 09a4aa3ce80343587080e057677e31359039b7f8 (patch) | |
tree | e3efdccb73aee1f3346d1a8055ceaf09741ea7ab /editor/animation_track_editor.h | |
parent | a6c0c90058eb14bb14285ccf5eb6f99cbb8977b4 (diff) | |
download | redot-engine-09a4aa3ce80343587080e057677e31359039b7f8.tar.gz |
Fix setting bezier track handle mode from inspector.
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index eb2cb2a4e4..4b9849b26c 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -68,6 +68,7 @@ public: PropertyInfo hint; NodePath base; bool use_fps = false; + AnimationTrackEditor *editor = nullptr; bool _hide_script_from_inspector() { return true; } bool _hide_metadata_from_inspector() { return true; } @@ -105,6 +106,7 @@ public: Node *root_path = nullptr; bool use_fps = false; + AnimationTrackEditor *editor = nullptr; bool _hide_script_from_inspector() { return true; } bool _hide_metadata_from_inspector() { return true; } |