Skip to content

Commit

Permalink
Merge pull request #714 from kaorahi/fix711_komi
Browse files Browse the repository at this point in the history
Fix #711 (Minor komi bug)
  • Loading branch information
featurecat authored May 26, 2020
2 parents d2d2640 + 9b438e0 commit aa77210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/featurecat/lizzie/rules/Board.java
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ public void clear() {
Lizzie.frame.resetTitle();
Lizzie.frame.clear();
initialize();
setKomi(getHistory().getGameInfo().getKomi());
}

/** Goes to the previous coordinate, thread safe */
Expand Down

0 comments on commit aa77210

Please sign in to comment.