summaryrefslogtreecommitdiffstats
path: root/scene/audio/audio_stream_player_internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/audio/audio_stream_player_internal.cpp')
-rw-r--r--scene/audio/audio_stream_player_internal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/audio/audio_stream_player_internal.cpp b/scene/audio/audio_stream_player_internal.cpp
index d5f6f91c88..19b3ec481b 100644
--- a/scene/audio/audio_stream_player_internal.cpp
+++ b/scene/audio/audio_stream_player_internal.cpp
@@ -38,7 +38,7 @@ void AudioStreamPlayerInternal::_set_process(bool p_enabled) {
if (physical) {
node->set_physics_process_internal(p_enabled);
} else {
- node->set_process(p_enabled);
+ node->set_process_internal(p_enabled);
}
}