diff --git a/src/egui_app.rs b/src/egui_app.rs index 00d350e..74cffa4 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -242,7 +242,7 @@ impl epi::App for MathApp { let maxx_bounds: f64 = bounds.max()[0]; let mut i: usize = 0; - let mut functions_2: Vec = Vec::new(); + let mut functions_2: Vec = Vec::new(); // Todo: figure out why this is required for function_1 in self.functions.iter_mut() { let function = function_1; function.update_bounds(minx_bounds, maxx_bounds, available_width);