Skip to content

Commit

Permalink
Increase speed limit to 1000 in game_of_life
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed May 1, 2020
1 parent f922754 commit 6e9584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/game_of_life/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl Application for GameOfLife {
.push(
Slider::new(
&mut self.speed_slider,
1.0..=20.0,
1.0..=1000.0,
selected_speed as f32,
Message::SpeedChanged,
)
Expand Down

0 comments on commit 6e9584e

Please sign in to comment.