*** empty log message ***

This commit is contained in:
Mike Goslin 2001-06-06 01:10:46 +00:00
parent 28fffee547
commit bf0b62b1a2

View File

@ -48,6 +48,9 @@ class ActorInterval(Interval):
""" updateFunc(t, event)
Go to time t
"""
if (self.actor.isEmpty()):
self.notify.warning('updateFunc() - empty actor!')
return
# Update animation based upon current time
# Pose or stop anim
if (t >= self.getDuration()):