Feat: Game UI optimization #342
+6
@@ -645,6 +645,12 @@ public class CasinoGameController {
|
|||||||
updateGameInfo(s);
|
updateGameInfo(s);
|
||||||
highlightDealer(s);
|
highlightDealer(s);
|
||||||
updateTaskbar(s);
|
updateTaskbar(s);
|
||||||
|
|
||||||
|
if (s.pot != lastPot) {
|
||||||
|
lastPot = s.pot;
|
||||||
|
renderPot(s.pot);
|
||||||
|
}
|
||||||
|
|
||||||
clearActiveTurnHighlights();
|
clearActiveTurnHighlights();
|
||||||
announceLocalWinIfNeeded(s);
|
announceLocalWinIfNeeded(s);
|
||||||
finishGameUiLoop();
|
finishGameUiLoop();
|
||||||
|
|||||||
Reference in New Issue
Block a user