Skip to content

Commit

Permalink
Remove Extraneous Code
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeandtea committed Feb 2, 2024
1 parent 674ce5a commit 6ad1500
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public void printBoard() {
*/
@Override
public void setCell(int x, int y, Element e, MouseEvent m) {
//TODO Make it so that the clue only changes when the currect editing element is selected
SkyscrapersClue clue = this.getClue(x, y);
if (e == null) return;
if (clue != null) {
Expand Down

0 comments on commit 6ad1500

Please sign in to comment.