diff org/test-creature.org @ 178:6fba17a74a57

refactored touch
author Robert McIntyre <rlm@mit.edu>
date Sat, 04 Feb 2012 07:05:54 -0700
parents 0b9ae09eaec3
children f1b078375484
line wrap: on
line diff
     1.1 --- a/org/test-creature.org	Sat Feb 04 06:54:14 2012 -0700
     1.2 +++ b/org/test-creature.org	Sat Feb 04 07:05:54 2012 -0700
     1.3 @@ -172,7 +172,7 @@
     1.4          creature (doto 
     1.5                       (load-blender-model thing)
     1.6                     (body!))
     1.7 -        touch-nerves (touch creature)
     1.8 +        touch-nerves (touch! creature)
     1.9          touch-debug-windows (map (fn [_] (debug-touch-window)) touch-nerves)
    1.10          vision-data (vision! creature)
    1.11          vision-debug (map (fn [_] (debug-vision-window)) vision-data)