changeset 314:83dd76d9628e

fixed typo in body.org
author Robert McIntyre <rlm@mit.edu>
date Tue, 28 Feb 2012 12:06:10 -0600
parents b46ccfd128a2
children a48a75e5876c
files org/body.org org/integration.org
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/body.org	Tue Feb 21 15:39:51 2012 -0700
     1.2 +++ b/org/body.org	Tue Feb 28 12:06:10 2012 -0600
     1.3 @@ -520,7 +520,7 @@
     1.4             (speed-up %)
     1.5             (light-up-everything %)
     1.6             (.setTimer % timer)
     1.7 -           (cortex.util/display-dialated-time % timer)
     1.8 +           (cortex.util/display-dilated-time % timer)
     1.9             (if record?
    1.10               (Capture/captureVideo
    1.11                % (File. "/home/r/proj/cortex/render/body/4"))))
     2.1 --- a/org/integration.org	Tue Feb 21 15:39:51 2012 -0700
     2.2 +++ b/org/integration.org	Tue Feb 28 12:06:10 2012 -0600
     2.3 @@ -31,7 +31,7 @@
     2.4  (ns cortex.test.integration
     2.5    "let's play!"
     2.6    {:author "Robert McIntyre"}
     2.7 -  (:use (cortex world util body sense
     2.8 +  (:use (cortex world util import body sense
     2.9                  hearing touch vision proprioception movement))
    2.10    (:import (com.jme3.math ColorRGBA Vector3f))
    2.11    (:import java.io.File)
    2.12 @@ -39,7 +39,7 @@
    2.13    (:import com.aurellem.capture.RatchetTimer))
    2.14  
    2.15  (dorun (cortex.import/mega-import-jme3))
    2.16 -(rlm.rlm-commands/help)
    2.17 +;;(rlm.rlm-commands/help)
    2.18  
    2.19  (def hand "Models/test-creature/hand.blend")
    2.20