removes ctx arg from get_screen_bounds()

This commit is contained in:
Llywelwyn 2023-09-24 00:01:17 +01:00
parent be1c7aa1c7
commit 683ab95531
9 changed files with 46 additions and 54 deletions

View file

@ -168,5 +168,5 @@ fn idx_to_px(idx: usize, map: &Map) -> (f32, f32) {
}
fn update(app: &mut App, state: &mut State) {
// game loop
//state.tick(app);
}