diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-10-02 11:54:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 11:54:19 +0200 |
commit | a737bceb4e40d8472762630566716c19ab89d0ec (patch) | |
tree | 7b74e941f9c2daa5225ce7b66389a1de29cdff25 /editor/plugins/animation_player_editor_plugin.h | |
parent | 42fca4ba27a7fe439ee0b88acf4282cfd65ed1d4 (diff) | |
parent | d482bd1ef0560fd1a5eef00fa023710088b295f1 (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.h | 1 |
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; |