fixed bug in ppt in core.clj causing it to refer to old hard-coded info rather than passed-in parameters

This commit is contained in:
Richard Harrington
2013-08-06 18:35:05 -04:00
parent 9c4a576702
commit 7fd4baa3c2
+1 -1
View File
@@ -34,7 +34,7 @@
((:robots (world/get-world
world-tick-idx
robot-idx
brain-test/worlds))
worlds))
robot-idx)))
(def ppt (fn [worlds world-tick-idx robot-idx & [reg-keys]]