return window size to [240.0, 240.0]

This commit is contained in:
2025-04-17 04:45:01 +01:00
parent 41cfb12ea8
commit 92cbec7934
+1 -1
View File
@@ -19,7 +19,7 @@ use std::{
time::{Duration, Instant},
};
const WINDOW_SIZE: [f32; 2] = [240.0, 245.0];
const WINDOW_SIZE: [f32; 2] = [240.0, 240.0];
#[derive(Debug, Default, PartialEq, Eq)]
pub enum Stage {