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 {
|
||||
this.txtPhase.setText("");
|
||||
}
|
||||
updatePhases(game.getStep());
|
||||
|
||||
|
||||
if (game.getStep() != null) {
|
||||
updatePhases(game.getStep());
|
||||
this.txtStep.setText(game.getStep().toString());
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue