summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2017-03-23 19:26:54 -0400
committerGitHub <noreply@github.com>2017-03-23 19:26:54 -0400
commitc76dc2484ffb18a24ffd9dac51dce44b4e99ede3 (patch)
tree887f56bc3b2e8d8c1b8d3e12d61ab76ce322110e
parentcfe8e4ecc3840a1b242542f0418b5b0b2d03b0a4 (diff)
Fixed the ant.
was borked
-rw-r--r--js/ant.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ant.js b/js/ant.js
index 6a2b27d..c113f16 100644
--- a/js/ant.js
+++ b/js/ant.js
@@ -73,6 +73,7 @@ function resetPos()
antPos[1] = height/2;
stroke(255, 0, 0);
point(antPos[0], antPos[1]);
+ running = false;
}
function drawCell(x, y)