From bf0b62b1a2aaa98cdad37beab804c9d8d9539cf1 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Wed, 6 Jun 2001 01:10:46 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/interval/ActorInterval.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/direct/src/interval/ActorInterval.py b/direct/src/interval/ActorInterval.py index 8b2c8c8dce..ba222d87a9 100644 --- a/direct/src/interval/ActorInterval.py +++ b/direct/src/interval/ActorInterval.py @@ -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()):