Fix wrong process method in AudioStreamPlayer
This commit is contained in:
parent
9adb7c7d13
commit
56bf379fd9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void AudioStreamPlayerInternal::_set_process(bool p_enabled) {
|
||||||
if (physical) {
|
if (physical) {
|
||||||
node->set_physics_process_internal(p_enabled);
|
node->set_physics_process_internal(p_enabled);
|
||||||
} else {
|
} else {
|
||||||
node->set_process(p_enabled);
|
node->set_process_internal(p_enabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue