mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
*** empty log message ***
This commit is contained in:
parent
28fffee547
commit
bf0b62b1a2
@ -48,6 +48,9 @@ class ActorInterval(Interval):
|
|||||||
""" updateFunc(t, event)
|
""" updateFunc(t, event)
|
||||||
Go to time t
|
Go to time t
|
||||||
"""
|
"""
|
||||||
|
if (self.actor.isEmpty()):
|
||||||
|
self.notify.warning('updateFunc() - empty actor!')
|
||||||
|
return
|
||||||
# Update animation based upon current time
|
# Update animation based upon current time
|
||||||
# Pose or stop anim
|
# Pose or stop anim
|
||||||
if (t >= self.getDuration()):
|
if (t >= self.getDuration()):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user