This commit is contained in:
Romain MURPHY 2025-04-23 17:53:28 +02:00
parent 84605fdf60
commit d391523e6e
1 changed files with 2 additions and 0 deletions

View File

@ -210,8 +210,10 @@ public class MyInterface extends JFrame {
e.printStackTrace();
}
game = loadedSim;
panelDraw.setGame(game);
this.repaint();
// update(game.getTurnNumber(), game.isTurnColor());
}
}