Browse Source

An unintended change snuck through in the previous revision.

Abhishek Nath 16 years ago
parent
commit
8fc045923f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/tkpanels/AnimPanel.py

+ 1 - 1
direct/src/tkpanels/AnimPanel.py

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