Skip to content

Commit

Permalink
Fix: "pondering on" message is not updated after max-analyze-time-min…
Browse files Browse the repository at this point in the history
…utes
  • Loading branch information
Hiraoka committed Sep 1, 2021
1 parent ebeb446 commit 35c292a
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 @@ -376,6 +376,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 35c292a

Please sign in to comment.