From 3b2fa8da184e0341ffc939b5f7b2a5f332b03981 Mon Sep 17 00:00:00 2001 From: Przemyslaw Iwanowski Date: Wed, 11 Jun 2008 06:29:39 +0000 Subject: [PATCH] sound ival cutoff fix --- direct/src/interval/SoundInterval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/interval/SoundInterval.py b/direct/src/interval/SoundInterval.py index ef0e607ecf..c5ec36d579 100644 --- a/direct/src/interval/SoundInterval.py +++ b/direct/src/interval/SoundInterval.py @@ -93,7 +93,7 @@ class SoundInterval(Interval.Interval): if (t1 < self.soundDuration) and not (self._seamlessLoop and self._soundPlaying): base.sfxPlayer.playSfx( self.sound, self.fLoop, 1, self.volume, t1, self.node, - listenerNode = self.listenerNode) + listenerNode = self.listenerNode, cutoff = self.cutOff) self._soundPlaying = True self.state = CInterval.SStarted self.currT = t