update
This commit is contained in:
parent
601e7d7f10
commit
32e4699c5f
@ -496,7 +496,7 @@ impl epi::App for MathApp {
|
|||||||
fn name(&self) -> &str { "(Yet-to-be-named) Graphing Software" }
|
fn name(&self) -> &str { "(Yet-to-be-named) Graphing Software" }
|
||||||
|
|
||||||
// Called once before the first frame.
|
// 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<epi::glow::Context>,) {
|
||||||
#[cfg(target_arch = "wasm32")]
|
#[cfg(target_arch = "wasm32")]
|
||||||
stop_loading();
|
stop_loading();
|
||||||
log_helper("egui app initialized.");
|
log_helper("egui app initialized.");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user