diff --git a/src/lib.rs b/src/lib.rs index 3e576b6..559d842 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -227,7 +227,7 @@ impl State { .expect("Failed to create the window"); //Resize window to the canvas size //TODO Find a better solution to this hack - _ = window.request_inner_size(PhysicalSize::new(width, height)); + // _ = window.request_inner_size(PhysicalSize::new(width, height)); } #[cfg(not(target_arch = "wasm32"))]