diff options
Diffstat (limited to 'scene/audio/stream_player.h')
-rw-r--r-- | scene/audio/stream_player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/audio/stream_player.h b/scene/audio/stream_player.h index 475139c2a4..4facc3c816 100644 --- a/scene/audio/stream_player.h +++ b/scene/audio/stream_player.h @@ -71,6 +71,8 @@ class StreamPlayer : public Node { AudioRBResampler resampler; + void _do_stop(); + bool _play; void _set_play(bool p_play); bool _get_play() const; |