From 16e8894cc175cdf92eb2f76f296cf12cd7be055e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 1 Mar 2022 15:32:05 -0500 Subject: [PATCH] random comment --- src/egui_app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/egui_app.rs b/src/egui_app.rs index 49472c6..c2a7c5d 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -210,6 +210,7 @@ impl epi::App for MathApp { } else if min_x_response.changed() { self.integral_min_x = min_x_old; } else { + // No clue how this would happen, but just in case self.integral_min_x = -10.0; self.integral_max_x = 10.0; }