Action: Don't need the owner in the constructor. Factory function to create a child.
[python-bulletml.git] / bulletml-runner
index 3dfdfa3..b98e901 100755 (executable)
@@ -50,7 +50,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