An unintended change snuck through in the previous revision.

This commit is contained in:
Abhishek Nath 2009-06-02 21:38:48 +00:00
parent 648e3d3f09
commit 8fc045923f

View File

@ -578,7 +578,7 @@ class ActorControl(Pmw.MegaWidget):
else: else:
if (self.currT > self.maxSeconds): if (self.currT > self.maxSeconds):
# Clear this actor control from play list # Clear this actor control from play list
taskMgr.remove() self['animPanel'].playList.remove(self)
else: else:
self.goToT(self.currT) self.goToT(self.currT)
else: else: