diff --git a/examples/with_winit/src/lib.rs b/examples/with_winit/src/lib.rs index 5bbf5fa..5ae943b 100644 --- a/examples/with_winit/src/lib.rs +++ b/examples/with_winit/src/lib.rs @@ -100,6 +100,8 @@ fn run( let mut images = ImageCache::new(); let mut stats = stats::Stats::new(); let mut stats_shown = true; + // Currently not updated in wasm builds + #[allow(unused_mut)] let mut scene_complexity: Option = None; let mut complexity_shown = false; let mut vsync_on = true;