changeset 313:b46ccfd128a2

fixed minor typo
author Robert McIntyre <rlm@mit.edu>
date Tue, 21 Feb 2012 15:39:51 -0700
parents e0e1561cbd22
children 83dd76d9628e
files org/body.org
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/body.org	Tue Feb 21 15:22:15 2012 -0700
     1.2 +++ b/org/body.org	Tue Feb 21 15:39:51 2012 -0700
     1.3 @@ -144,7 +144,7 @@
     1.4              (node-seq creature)))))
     1.5  #+end_src
     1.6  
     1.7 -=physical!)= iterates through a creature's node structure, creating
     1.8 +=physical!= iterates through a creature's node structure, creating
     1.9  CollisionShapes for each geometry with the mass specified in that
    1.10  geometry's meta-data.
    1.11  
    1.12 @@ -157,7 +157,6 @@
    1.13               (set-gravity world (Vector3f. 0 -9.81 0)))
    1.14     "key-u" (fn [world _] (set-gravity world Vector3f/ZERO))})
    1.15  
    1.16 -
    1.17  (defn floor [] 
    1.18    (box 10 3 10 :position (Vector3f. 0 -10 0)
    1.19         :color ColorRGBA/Gray :mass 0))