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