mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
f9cc2596b0
commit
d73c872a2f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user