mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
An unintended change snuck through in the previous revision.
This commit is contained in:
parent
648e3d3f09
commit
8fc045923f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user