Increase speed limit to 200 in game_of_life
This commit is contained in:
parent
f9227546ca
commit
c23995ecb4
@ -124,7 +124,7 @@ impl Application for GameOfLife {
|
||||
.push(
|
||||
Slider::new(
|
||||
&mut self.speed_slider,
|
||||
1.0..=20.0,
|
||||
1.0..=200.0,
|
||||
selected_speed as f32,
|
||||
Message::SpeedChanged,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user