diff options
author | homer666 <homer666@users.noreply.github.com> | 2019-04-23 15:02:34 +1000 |
---|---|---|
committer | homer666 <homer666@users.noreply.github.com> | 2019-04-30 04:46:45 +1000 |
commit | e5c8e4019bc83a893c1b09a3671ffae8d493d77a (patch) | |
tree | 30302ea2ed5fade5899f8b6dff844a81ff116f09 /editor/animation_track_editor.h | |
parent | 886afa9b7692bc263cf96c03882760521b74b942 (diff) |
Warn when opening imported anim in AnimationPlayer
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index 5ac5999b68..a69659642c 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -309,6 +309,9 @@ class AnimationTrackEditor : public VBoxContainer { ToolButton *snap; OptionButton *snap_mode; + Button *imported_anim_warning; + void _show_imported_anim_warning() const; + void _snap_mode_changed(int p_mode); Vector<AnimationTrackEdit *> track_edits; Vector<AnimationTrackEditGroup *> groups; |