random comment

This commit is contained in:
Simon Gardling 2022-03-01 15:32:05 -05:00
parent 0083a5e234
commit 16e8894cc1

View File

@ -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;
}