Skip to content

Commit

Permalink
Add missing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jul 27, 2022
1 parent faf64a3 commit 7792cd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Picross/src/dev/roanh/picross/Board.java
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,10 @@ public void reset(){
this.repaint();
}

/**
* Clears any titles that have a tile that doesn't
* match the original solution for the board.
*/
public void clearMistakes(){
if(!solved){
List<StateChange> changes = new ArrayList<StateChange>();
Expand Down

0 comments on commit 7792cd5

Please sign in to comment.