mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Remove superfluous non-working sample playing check
This commit is contained in:
parent
04a530f91f
commit
e8212f1849
@ -276,9 +276,6 @@ bool AudioStreamPlayerInternal::is_playing() const {
|
||||
if (AudioServer::get_singleton()->is_playback_active(playback)) {
|
||||
return true;
|
||||
}
|
||||
if (AudioServer::get_singleton()->is_sample_playback_active(playback)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user