Skip to content

Commit

Permalink
Remove superfluous non-working sample playing check
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Jun 21, 2024
1 parent 04a530f commit e8212f1
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 e8212f1

Please sign in to comment.