fixed large memory consumption

Reducing MAX_QUADS to 1,000 reduced memory consumption to 43MB
This commit is contained in:
Anton-4 2022-03-09 18:05:04 +01:00
parent 6c0b6751ea
commit 71ad4b4ab7
No known key found for this signature in database
GPG key ID: C954D6E0F9C0ABFD
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ fn run_event_loop(title: &str, root: RocElem) -> Result<(), Box<dyn Error>> {
// }
// }
// }
todo!("TODO handle keyboard input");
// TODO todo!("TODO handle keyboard input");
}
//Modifiers Changed
Event::WindowEvent {