Increase speed limit to 200 in game_of_life
This commit is contained in:
parent
f9227546ca
commit
c23995ecb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue