mute warning when building for wasm
This commit is contained in:
parent
51f6cd9c58
commit
051deb293f
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ pub struct WrapApp {
|
|||
|
||||
impl WrapApp {
|
||||
pub fn new(cc: &eframe::CreationContext<'_>) -> Self {
|
||||
#[allow(unused_mut)]
|
||||
let mut slf = Self {
|
||||
state: State::default(),
|
||||
custom3d: crate::apps::Custom3d::new(&cc.gl),
|
||||
|
|
Loading…
Reference in a new issue