Skip to content

Commit

Permalink
chore: fix comment for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mauran committed Dec 4, 2024
1 parent 3d48864 commit 363b4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game_logic/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ impl UI {
}
}

/// CURSOR MOVEMENT
// CURSOR MOVEMENT
/// Move the cursor up
pub fn cursor_up(&mut self, authorized_positions: Vec<Coord>) {
if self.is_cell_selected() {
Expand Down

0 comments on commit 363b4a9

Please sign in to comment.