This commit is contained in:
Simon Gardling 2022-03-01 21:53:50 -05:00
parent 2fe0eebb6d
commit 4e73db22f2

View File

@ -389,7 +389,7 @@ impl epi::App for MathApp {
});
});
self.last_info = (area_list.clone(), start.elapsed());
self.last_info = (area_list, start.elapsed());
}
fn max_size_points(&self) -> egui::Vec2 { egui::Vec2::new(f32::MAX, f32::MAX) } // Allow proper scaling