summaryrefslogtreecommitdiff
path: root/scene/audio/stream_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/audio/stream_player.h')
-rw-r--r--scene/audio/stream_player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/audio/stream_player.h b/scene/audio/stream_player.h
index be090f50e1..0a29e78de7 100644
--- a/scene/audio/stream_player.h
+++ b/scene/audio/stream_player.h
@@ -66,6 +66,7 @@ class StreamPlayer : public Node {
float volume;
float loop_point;
int buffering_ms;
+ volatile bool stop_request;
AudioRBResampler resampler;