bulletml-runner: Give 120Hz figures to match the FAQ.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Fri, 23 Apr 2010 04:45:08 +0000 (21:45 -0700)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Fri, 23 Apr 2010 04:45:08 +0000 (21:45 -0700)
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
                     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:
 
             screen.fill([0, 0, 0])
             for obj in active: