*** empty log message ***
This commit is contained in:
parent
9e6833a41a
commit
e122ef5155
|
|
@ -51,10 +51,7 @@ class ActorInterval(Interval):
|
|||
# Update animation based upon current time
|
||||
# Pose or stop anim
|
||||
if (t >= self.getDuration()):
|
||||
if (self.actor != None):
|
||||
self.actor.stop()
|
||||
else:
|
||||
self.notify.warning('updateFunc() - actor == None!')
|
||||
self.actor.stop()
|
||||
if self.loop:
|
||||
self.ignore(self.stopEvent)
|
||||
elif self.loop == 1:
|
||||
|
|
|
|||
Loading…
Reference in New Issue