summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
authorhomer666 <homer666@users.noreply.github.com>2019-04-23 15:02:34 +1000
committerhomer666 <homer666@users.noreply.github.com>2019-04-30 04:46:45 +1000
commite5c8e4019bc83a893c1b09a3671ffae8d493d77a (patch)
tree30302ea2ed5fade5899f8b6dff844a81ff116f09 /editor/animation_track_editor.h
parent886afa9b7692bc263cf96c03882760521b74b942 (diff)
Warn when opening imported anim in AnimationPlayer
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r--editor/animation_track_editor.h3
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;