summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-10-02 11:54:19 +0200
committerGitHub <noreply@github.com>2019-10-02 11:54:19 +0200
commita737bceb4e40d8472762630566716c19ab89d0ec (patch)
tree7b74e941f9c2daa5225ce7b66389a1de29cdff25 /editor/plugins/animation_player_editor_plugin.h
parent42fca4ba27a7fe439ee0b88acf4282cfd65ed1d4 (diff)
parentd482bd1ef0560fd1a5eef00fa023710088b295f1 (diff)
Merge pull request #32473 from KoBeWi/seaking_ani
Automatically seek timeline in selected animation
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.h')
-rw-r--r--editor/plugins/animation_player_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h
index eed7344395..663ffd57f3 100644
--- a/editor/plugins/animation_player_editor_plugin.h
+++ b/editor/plugins/animation_player_editor_plugin.h
@@ -107,6 +107,7 @@ class AnimationPlayerEditor : public VBoxContainer {
UndoRedo *undo_redo;
Ref<Texture> autoplay_icon;
bool last_active;
+ float timeline_position;
EditorFileDialog *file;
AcceptDialog *accept;