Python 3 support.
[python-bulletml.git] / bulletml / impl.py
index 8508896..0548b9d 100644 (file)
@@ -245,8 +245,7 @@ class Action(object):
 
             elif isinstance(action, parser.Wait):
                 self.wait_frames = action(s_params, rank)
-                if self.wait_frames:
-                    break
+                break
 
             elif isinstance(action, parser.Vanish):
                 owner.vanish()