projects
/
fishladder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe098a
)
Fixed runs drawing getting stuck
author
hgn
<hgodden00@gmail.com>
Wed, 1 Dec 2021 15:02:18 +0000
(15:02 +0000)
committer
hgn
<hgodden00@gmail.com>
Wed, 1 Dec 2021 15:02:18 +0000
(15:02 +0000)
fishladder.c
patch
|
blob
|
history
diff --git
a/fishladder.c
b/fishladder.c
index 8fccfb5d40583540c5e16d8e8ee57b0d18f6d898..26a94eb404d0abf76f19a0a5e9a33ce64342165c 100644
(file)
--- 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();