mirror of
https://github.com/richardharrington/robotwar.git
synced 2026-04-20 08:16:29 +00:00
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:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user