comparison org/body.org @ 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 bb3f8a4af87f
comparison
equal deleted inserted replaced
313:b46ccfd128a2 314:83dd76d9628e
518 (merge standard-debug-controls debug-control) 518 (merge standard-debug-controls debug-control)
519 #(do 519 #(do
520 (speed-up %) 520 (speed-up %)
521 (light-up-everything %) 521 (light-up-everything %)
522 (.setTimer % timer) 522 (.setTimer % timer)
523 (cortex.util/display-dialated-time % timer) 523 (cortex.util/display-dilated-time % timer)
524 (if record? 524 (if record?
525 (Capture/captureVideo 525 (Capture/captureVideo
526 % (File. "/home/r/proj/cortex/render/body/4")))) 526 % (File. "/home/r/proj/cortex/render/body/4"))))
527 no-op)))) 527 no-op))))
528 #+end_src 528 #+end_src