Skip to content

Commit

Permalink
Better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterchef365 committed Jun 11, 2024
1 parent 0c5c3b8 commit a62feed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct DemoApp {

impl Default for DemoApp {
fn default() -> Self {
Self::from_dims(3, 5)
Self::from_dims(2, 5)
}
}

Expand Down Expand Up @@ -54,7 +54,7 @@ impl DemoApp {
draw_staggered_dim: 0,
draw_grid: true,
draw_centers: true,
draw_staggered: true,
draw_staggered: false,
cfg,
pcld,
grid,
Expand Down

0 comments on commit a62feed

Please sign in to comment.