From: hgn Date: Wed, 1 Dec 2021 15:02:18 +0000 (+0000) Subject: Fixed runs drawing getting stuck X-Git-Url: https://harrygodden.com/git/?p=fishladder.git;a=commitdiff_plain;h=fc9784f7f74682a7eda15ae65dcc5f5a2ebd6a75 Fixed runs drawing getting stuck --- 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();