This commit is contained in:
Simon Gardling 2021-03-29 12:21:45 +00:00
parent 1acc472a0d
commit fa6547f992

View File

@ -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;