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;