mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-22 09:26:33 +11:00
Suppress one more warning in wasm case
This commit is contained in:
parent
1f6b47bd78
commit
8eb02ce330
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue