Bug behoben: Zahlen nicht sichtbar, wenn Feld richtig

This commit is contained in:
Marc Koch 2020-04-15 13:47:59 +02:00
parent 8307161192
commit e650faf8c3
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class Lotto extends JFrame {
feld.getRechteck().faerbeGruen(g2);
feld.getKreuz().paintMe(g2);
feld.getKreis().paintMe(g2);
spielfeld.zeichneSpielfeld(g2);
}
}
}