mirror of https://github.com/axmolengine/axmol.git
Merge pull request #7920 from rny/audio_win32
win32 can not stop looping sound effect
This commit is contained in:
commit
6bcab3b05d
|
@ -161,6 +161,7 @@ void MciPlayer::Stop()
|
||||||
{
|
{
|
||||||
_SendGenericCommand(MCI_STOP);
|
_SendGenericCommand(MCI_STOP);
|
||||||
_playing = false;
|
_playing = false;
|
||||||
|
_times = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MciPlayer::Rewind()
|
void MciPlayer::Rewind()
|
||||||
|
|
Loading…
Reference in New Issue