diff org/util.org @ 122:b591da250afc

fixed bug in test code.
author Robert McIntyre <rlm@mit.edu>
date Sun, 22 Jan 2012 04:53:58 -0700
parents 9d0fe7f54e14
children aaacf087504c
line wrap: on
line diff
     1.1 --- a/org/util.org	Sat Jan 21 09:55:59 2012 -0700
     1.2 +++ b/org/util.org	Sun Jan 22 04:53:58 2012 -0700
     1.3 @@ -135,9 +135,9 @@
     1.4    "Increase the dismally slow speed of the world's camera."
     1.5    [world]
     1.6    (.setMoveSpeed (.getFlyByCamera world)
     1.7 -                 (float 100))
     1.8 +                 (float 60))
     1.9    (.setRotationSpeed (.getFlyByCamera world)
    1.10 -                     (float 20))
    1.11 +                     (float 3))
    1.12    world)
    1.13  
    1.14