From d73c872a2fa78f5eeec0106c2f510d0e07cb7f29 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Tue, 6 Mar 2001 05:54:53 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/interval/SoundInterval.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/direct/src/interval/SoundInterval.py b/direct/src/interval/SoundInterval.py index 61513f71f9..782e2eb45f 100644 --- a/direct/src/interval/SoundInterval.py +++ b/direct/src/interval/SoundInterval.py @@ -45,7 +45,6 @@ class SoundInterval(Interval): if (self.prevt < 0.0): AudioManager.play(self.sound) else: - #AudioManager.play(self.sound, t) - AudioManager.play(self.sound) + AudioManager.play(self.sound, t) if (self.loop): AudioManager.setLoop(self.sound, 1)