From c76dc2484ffb18a24ffd9dac51dce44b4e99ede3 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 23 Mar 2017 19:26:54 -0400 Subject: Fixed the ant. was borked --- js/ant.js | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3