diff options
Diffstat (limited to 'scene/gui/video_stream_player.h')
-rw-r--r-- | scene/gui/video_stream_player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/video_stream_player.h b/scene/gui/video_stream_player.h index 130b2901f1..d2822a989b 100644 --- a/scene/gui/video_stream_player.h +++ b/scene/gui/video_stream_player.h @@ -60,6 +60,7 @@ class VideoStreamPlayer : public Control { int wait_resampler_limit = 2; bool paused = false; + bool paused_from_tree = false; bool autoplay = false; float volume = 1.0; double last_audio_time = 0.0; |