From 9fad0977ff259aea15fb09854b583f12a2145cbc Mon Sep 17 00:00:00 2001 From: "Asad M. Zaman" Date: Tue, 3 Jul 2007 22:56:40 +0000 Subject: [PATCH] On behalf of Prezmek; I am chcking it in --- direct/src/interval/SoundInterval.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/interval/SoundInterval.py b/direct/src/interval/SoundInterval.py index 4aecedcb45..9110220dc5 100644 --- a/direct/src/interval/SoundInterval.py +++ b/direct/src/interval/SoundInterval.py @@ -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()