Merge pull request #87830 from KoBeWi/internalization_aka_i15n
Fix wrong process method in AudioStreamPlayer
This commit is contained in:
commit
56134e99da
|
@ -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