mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
whoops, typo
This commit is contained in:
parent
6ffeaf8170
commit
77e7c30ab4
@ -217,7 +217,7 @@ class Interval(DirectObject):
|
||||
# Subclasses should call this when the interval transitions to
|
||||
# its final state.
|
||||
if self.doneEvent:
|
||||
messenger.throw(self.doneEvent)
|
||||
messenger.send(self.doneEvent)
|
||||
|
||||
def setupPlay(self, startT, endT, playRate, doLoop):
|
||||
duration = self.getDuration()
|
||||
|
Loading…
x
Reference in New Issue
Block a user