From 77e7c30ab494e7d1bf52947be1e9f6ffdd833a6c Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 14 Nov 2003 09:47:35 +0000 Subject: [PATCH] whoops, typo --- direct/src/interval/Interval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/interval/Interval.py b/direct/src/interval/Interval.py index 502d7ca0f1..5de241d3d5 100644 --- a/direct/src/interval/Interval.py +++ b/direct/src/interval/Interval.py @@ -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()