Skip to content

Commit

Permalink
Update default FPS and ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Jan 3, 2024
1 parent 5d13750 commit a344b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub struct Cli {
long,
value_name = "FLOAT",
help = "Tick rate, i.e. number of ticks per second",
default_value_t = 1.0
default_value_t = 16.0
)]
pub tick_rate: f64,

Expand All @@ -21,7 +21,7 @@ pub struct Cli {
long,
value_name = "FLOAT",
help = "Frame rate, i.e. number of frames per second",
default_value_t = 4.0
default_value_t = 16.0
)]
pub frame_rate: f64,
}

0 comments on commit a344b45

Please sign in to comment.