From 32e4699c5f59169ec0d62018d0400e25d140c7be Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 14 Mar 2022 23:55:06 -0400 Subject: [PATCH] update --- src/egui_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");