bulletml-runner: Give 120Hz figures to match the FAQ.
[python-bulletml.git] / bulletml-runner
index d2d9ce0..af79add 100755 (executable)
@@ -110,8 +110,8 @@ def main(argv):
                     if elapsed:
                         seconds_per_bullet = elapsed / count
                         bullets_per_second = count / elapsed
-                        print "  %g seconds per bullet (60Hz max: %g)." % (
-                            seconds_per_bullet, bullets_per_second / 60)
+                        print "  %g seconds per bullet (120Hz max: %g)." % (
+                            seconds_per_bullet, bullets_per_second / 120)
 
             screen.fill([0, 0, 0])
             for obj in active: