mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[Minor] change of phase display.
This commit is contained in:
parent
6aad0e8444
commit
7ef08656f6
1 changed files with 2 additions and 2 deletions
|
@ -447,9 +447,9 @@ public final class GamePanel extends javax.swing.JPanel {
|
||||||
} else {
|
} else {
|
||||||
this.txtPhase.setText("");
|
this.txtPhase.setText("");
|
||||||
}
|
}
|
||||||
updatePhases(game.getStep());
|
|
||||||
|
|
||||||
if (game.getStep() != null) {
|
if (game.getStep() != null) {
|
||||||
|
updatePhases(game.getStep());
|
||||||
this.txtStep.setText(game.getStep().toString());
|
this.txtStep.setText(game.getStep().toString());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue