David Rose před 22 roky
rodič
revize
77e7c30ab4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      direct/src/interval/Interval.py

+ 1 - 1
direct/src/interval/Interval.py

@@ -217,7 +217,7 @@ class Interval(DirectObject):
         # Subclasses should call this when the interval transitions to
         # Subclasses should call this when the interval transitions to
         # its final state.
         # its final state.
         if self.doneEvent:
         if self.doneEvent:
-            messenger.throw(self.doneEvent)
+            messenger.send(self.doneEvent)
 
 
     def setupPlay(self, startT, endT, playRate, doLoop):
     def setupPlay(self, startT, endT, playRate, doLoop):
         duration = self.getDuration()
         duration = self.getDuration()