From d482bd1ef0560fd1a5eef00fa023710088b295f1 Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Tue, 1 Oct 2019 18:38:03 +0200 Subject: Automatically seek timeline in selected animation --- editor/plugins/animation_player_editor_plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/plugins/animation_player_editor_plugin.h') 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 autoplay_icon; bool last_active; + float timeline_position; EditorFileDialog *file; AcceptDialog *accept; -- cgit v1.2.3