Skip to content

Commit

Permalink
Fixed a bug that would prevent errors from being highlighted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamuno committed Apr 30, 2020
1 parent ad4bb2b commit ca76ef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ public LinkedList<GameCell> action(GameCell gc, LinkedList<GameCell> existing) {
gamecells[i][j].invalidate();
}
}
this.invalidate();
}

@Override
public void dispatchDraw(Canvas canvas) {
super.dispatchDraw(canvas);


if(gameController == null) {
return;
}
Expand Down

0 comments on commit ca76ef1

Please sign in to comment.