You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #93428 from adamscott/fix-superfluous-line-samples
Remove superfluous non-working sample playing check
This commit is contained in:
@@ -276,9 +276,6 @@ bool AudioStreamPlayerInternal::is_playing() const {
|
|||||||
if (AudioServer::get_singleton()->is_playback_active(playback)) {
|
if (AudioServer::get_singleton()->is_playback_active(playback)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (AudioServer::get_singleton()->is_sample_playback_active(playback)) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user