Suppress one more warning in wasm case

This commit is contained in:
Raph Levien 2023-05-18 15:45:44 -07:00
parent 1f6b47bd78
commit 8eb02ce330

View file

@ -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<BumpAllocators> = None;
let mut complexity_shown = false;
let mut vsync_on = true;