projects
/
python-bulletml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67aa3f0
)
bulletml-runner: Give 120Hz figures to match the FAQ.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Fri, 23 Apr 2010 04:45:08 +0000
(21:45 -0700)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Fri, 23 Apr 2010 04:45:08 +0000
(21:45 -0700)
bulletml-runner
patch
|
blob
|
history
diff --git
a/bulletml-runner
b/bulletml-runner
index d2d9ce00ed3e410a766d4e798ba897ea79dfe423..af79add316c49b2f6111ad4a124959d73a4da4c6 100755
(executable)
--- a/
bulletml-runner
+++ b/
bulletml-runner
@@
-110,8
+110,8
@@
def main(argv):
if elapsed:
seconds_per_bullet = elapsed / count
bullets_per_second = count / elapsed
- print " %g seconds per bullet (
6
0Hz max: %g)." % (
- seconds_per_bullet, bullets_per_second /
6
0)
+ print " %g seconds per bullet (
12
0Hz max: %g)." % (
+ seconds_per_bullet, bullets_per_second /
12
0)
screen.fill([0, 0, 0])
for obj in active: