Skip to content

Commit

Permalink
Merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
squee72564 committed Jan 11, 2024
2 parents dcdec7d + e13c6ba commit 1106013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/minesweeper_game_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ static inline uint16_t bfs_tile_clear(
continue;
}

// If it not uncleared continue
// If it is not uncleared continue
if (board[curr_pos_1d].tile_state != MineSweeperGameScreenTileStateUncleared) {
continue;
}
Expand Down

0 comments on commit 1106013

Please sign in to comment.