Skip to content

Commit

Permalink
Merge pull request #93428 from adamscott/fix-superfluous-line-samples
Browse files Browse the repository at this point in the history
Remove superfluous non-working sample playing check
  • Loading branch information
akien-mga committed Jun 21, 2024
2 parents 2bb4d5d + e8212f1 commit 8a6c1e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scene/audio/audio_stream_player_internal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8a6c1e8

Please sign in to comment.