Fix: Updating the pot when the winner is known.

This commit is contained in:
Julian Kropff
2026-05-16 22:38:14 +02:00
parent 4020b196cb
commit 086394d25e
@@ -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();