From fc9784f7f74682a7eda15ae65dcc5f5a2ebd6a75 Mon Sep 17 00:00:00 2001 From: hgn Date: Wed, 1 Dec 2021 15:02:18 +0000 Subject: [PATCH] Fixed runs drawing getting stuck --- fishladder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fishladder.c b/fishladder.c index 8fccfb5..26a94eb 100644 --- a/fishladder.c +++ b/fishladder.c @@ -764,6 +764,7 @@ static void simulation_stop(void) world.simulating = 0; world.num_fishes = 0; world.sim_frame = 0; + world.sim_run = 0; io_reset(); -- 2.25.1