Bullet.step: Need to re-check finished in a second action iteration in case an action...
[python-bulletml.git] / bulletml / impl.py
index a2e8dec..0c40f1e 100644 (file)
@@ -223,6 +223,9 @@ class Bullet(object):
         for action in self.actions:
             action.step(self, created)
             finished = finished and action.finished
+        if finished:
+            for action in self.actions:
+                finished = finished and action.finished
         self.finished = finished
 
         speed = self.speed