We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741625a commit 486605dCopy full SHA for 486605d
src/Audio/AudioClip.cpp
@@ -61,7 +61,7 @@ void AudioClip::play()
61
if(Mix_Paused(mix_channel))
62
{
63
Mix_Resume(mix_channel);
64
- } else if(!Mix_Playing(mix_channel))
+ } else
65
66
Mix_PlayChannel(mix_channel, audiodata, 0);
67
}
0 commit comments