From fa6547f99244560b67cf6a1401c6c4f562ed2a1c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 29 Mar 2021 12:21:45 +0000 Subject: [PATCH] whoop --- src/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model.rs b/src/model.rs index f865130..efed3bb 100644 --- a/src/model.rs +++ b/src/model.rs @@ -183,7 +183,7 @@ impl Model { ); for i in 0..steps { - if debug {println!("Starting tick for all agents...")); + if debug {println!("Starting tick for all agents...")}; // Combine grids let grids = &mut self.grids;