Kaynağa Gözat

On behalf of Prezmek; I am chcking it in

Asad M. Zaman 18 yıl önce
ebeveyn
işleme
9fad0977ff
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      direct/src/interval/SoundInterval.py

+ 2 - 0
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()