Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Sep 1, 2021
2 parents 406fd88 + 35c292a commit 7deac4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/featurecat/lizzie/analysis/Leelaz.java
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ private void parseLine(String line) {
if (System.currentTimeMillis() - startPonderTime > maxAnalyzeTimeMillis
&& !Lizzie.board.inAnalysisMode()) {
togglePonder();
Lizzie.frame.refresh();
}
}
} else if (line.contains(" -> ")) {
Expand Down

0 comments on commit 7deac4f

Please sign in to comment.