Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Jul 10, 2021
2 parents 59a3fd7 + f99b16e commit b04bb29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/featurecat/lizzie/analysis/EngineManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ public void switchEngine(int index) {
}
Lizzie.board.restoreMoveNumber();
this.currentEngineNo = index;
if (curEng.preload && newEng.preload) {
updateEngineIcon();
}
if (!curEng.preload) {
curEng.normalQuit();
}
Expand Down

0 comments on commit b04bb29

Please sign in to comment.