Update GameView.java

Joker
This commit is contained in:
Dennis Weinberger 2019-03-26 17:01:53 +00:00
parent c3284910eb
commit 851d7b8f46

View file

@ -251,6 +251,8 @@ public class GameView extends View implements GameInterface {
@Override @Override
public void onNewRound(int round) { public void onNewRound(int round) {
jokers.setJokers(game.getCurrentPlayer().getJokers());
this.onResize();
this.logLine(String.format("Runde %d.", round)); this.logLine(String.format("Runde %d.", round));
} }