Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartonrealista committed Jul 7, 2024
1 parent 0e0e307 commit 8b0b452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Game {
}
}
fn pair_to_index(i: usize, j: usize, width: usize) -> usize {
j + i * width
i * width + j
}

struct Menu {
Expand Down

0 comments on commit 8b0b452

Please sign in to comment.