fix pack_assets.sh
This commit is contained in:
@@ -425,7 +425,7 @@ impl epi::App for MathApp {
|
||||
fn setup(&mut self, _ctx: &Context, _frame: &Frame, _storage: Option<&dyn Storage>) {
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
stop_loading();
|
||||
log_helper("Initialized.");
|
||||
log_helper("egui app initialized.");
|
||||
}
|
||||
|
||||
// Called each time the UI needs repainting, which may be many times per second.
|
||||
|
||||
Reference in New Issue
Block a user