diff --git a/src/egui_app.rs b/src/egui_app.rs index b62df77..62309fc 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -496,7 +496,7 @@ impl epi::App for MathApp { fn name(&self) -> &str { "(Yet-to-be-named) Graphing Software" } // Called once before the first frame. - fn setup(&mut self, _ctx: &Context, _frame: &Frame, _storage: Option<&dyn Storage>) { + fn setup(&mut self, _ctx: &Context, _frame: &Frame, _storage: Option<&dyn Storage>, _gl: &std::rc::Rc,) { #[cfg(target_arch = "wasm32")] stop_loading(); log_helper("egui app initialized.");