comparison org/test.org @ 70:0235c32152af

wasted a day :(
author Robert McIntyre <rlm@mit.edu>
date Sun, 11 Dec 2011 22:22:01 -0700
parents 39e4e1542e4a
children a1e421d9c485
comparison
equal deleted inserted replaced
69:39e4e1542e4a 70:0235c32152af
15 (:require [cortex.test touch vision body hearing]) 15 (:require [cortex.test touch vision body hearing])
16 (:import com.jme3.app.state.AppState 16 (:import com.jme3.app.state.AppState
17 com.jme3.system.AppSettings)) 17 com.jme3.system.AppSettings))
18 18
19 (defn run-world 19 (defn run-world
20 "run the simulation and wait until it closes proprely" 20 "run the simulation and wait until it closes proprely."
21 [world] 21 [world]
22 (let [lock (promise)] 22 (let [lock (promise)]
23 (.enqueue 23 (.enqueue
24 world 24 world
25 (partial 25 (partial