test
This commit is contained in:
parent
84605fdf60
commit
d391523e6e
|
|
@ -210,8 +210,10 @@ public class MyInterface extends JFrame {
|
|||
e.printStackTrace();
|
||||
}
|
||||
game = loadedSim;
|
||||
|
||||
panelDraw.setGame(game);
|
||||
this.repaint();
|
||||
// update(game.getTurnNumber(), game.isTurnColor());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue