mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Fix wrong process method in AudioStreamPlayer
This commit is contained in:
parent
9adb7c7d13
commit
56bf379fd9
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user