mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
On behalf of Prezmek; I am chcking it in
This commit is contained in:
parent
2b13b92419
commit
9fad0977ff
@ -123,6 +123,8 @@ class SoundInterval(Interval.Interval):
|
||||
# let the audio subsystem loop it
|
||||
if (self._seamlessLoop and self._soundPlaying and self.getLoop()
|
||||
and not hasattr(self, '_inFinish')):
|
||||
base.sfxPlayer.setFinalVolume(self.sound, self.node, self.volume,
|
||||
self.listenerNode)
|
||||
return
|
||||
elif self.sound != None:
|
||||
self.sound.stop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user