From ff8c61ee32b3f7c2c4dcd820b55ec536d5b90ee8 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 19 Oct 2023 20:38:13 -0700 Subject: [PATCH] comment on issue --- src/framework.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/framework.rs b/src/framework.rs index 2a0d524..81071ae 100644 --- a/src/framework.rs +++ b/src/framework.rs @@ -185,6 +185,7 @@ fn start( } => { // Once winit is fixed, the detection conditions here can be removed. // https://github.com/rust-windowing/winit/issues/2876 + // this has been fixed if I update winit (remove the if statement and only use the else case) let max_dimension = adapter.limits().max_texture_dimension_2d; if size.width > max_dimension || size.height > max_dimension { println!(