Skip to content

Commit 8a6c1e8

Browse files
committed
Merge pull request #93428 from adamscott/fix-superfluous-line-samples
Remove superfluous non-working sample playing check
2 parents 2bb4d5d + e8212f1 commit 8a6c1e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scene/audio/audio_stream_player_internal.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,6 @@ bool AudioStreamPlayerInternal::is_playing() const {
276276
if (AudioServer::get_singleton()->is_playback_active(playback)) {
277277
return true;
278278
}
279-
if (AudioServer::get_singleton()->is_sample_playback_active(playback)) {
280-
return true;
281-
}
282279
}
283280
return false;
284281
}

0 commit comments

Comments
 (0)