mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fixed large memory consumption
Reducing MAX_QUADS to 1,000 reduced memory consumption to 43MB
This commit is contained in:
parent
6c0b6751ea
commit
71ad4b4ab7
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue