mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix bug where infinitelooping sounds dont stop playing after activating sndmgr
This commit is contained in:
parent
19f7b146df
commit
1e04368c68
@ -96,6 +96,7 @@ play() {
|
||||
void MilesAudioSound::
|
||||
stop() {
|
||||
miles_audio_debug("stop()");
|
||||
_paused=false;
|
||||
AIL_quick_halt(_audio);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user