diff org/util.org @ 341:2e7d786241d3

now I am satisfied with the tests.
author Robert McIntyre <rlm@mit.edu>
date Sat, 21 Jul 2012 12:20:43 -0500
parents 70469ff8eb56
children 9fa92af29c3a
line wrap: on
line diff
     1.1 --- a/org/util.org	Sat Jul 21 11:18:47 2012 -0500
     1.2 +++ b/org/util.org	Sat Jul 21 12:20:43 2012 -0500
     1.3 @@ -492,7 +492,7 @@
     1.4         (controlUpdate [tpf]
     1.5           (.setText text (format
     1.6                           "%.2f"
     1.7 -                         (float (/ (.getTime timer) 1000)))))
     1.8 +                         (float (.getTimeInSeconds timer)))))
     1.9         (controlRender [_ _])))
    1.10      (.attachChild (.getGuiNode world) text)))
    1.11  #+end_src