Minor optimizations.
[python-bulletml.git] / bulletml-runner
index c08e3d8..96b1efb 100755 (executable)
@@ -29,7 +29,7 @@ def main(argv):
         active = set([source])
         source.vanished = True
         print filename
-        print "  Loaded %d top-level actions." % len(source.actions)
+        print "  Loaded %d top-level actions." % len(source._actions)
         frames = 0
         total = 0
         paused = False