Feat: Game UI optimization #342

Merged
j.kropff merged 15 commits from feat/game-ui-optimization into main 2026-05-16 22:52:37 +02:00
Showing only changes of commit 7af3a6cf4c - Show all commits
@@ -645,6 +645,12 @@ public class CasinoGameController {
updateGameInfo(s);
highlightDealer(s);
updateTaskbar(s);
if (s.pot != lastPot) {
lastPot = s.pot;
renderPot(s.pot);
}
clearActiveTurnHighlights();
announceLocalWinIfNeeded(s);
finishGameUiLoop();