From 1729b517805bc01beee9c44fe3a293b5b7fc9dae Mon Sep 17 00:00:00 2001 From: Kruss Date: Thu, 14 May 2020 10:21:12 +0200 Subject: [PATCH] changements --- src/ihm/controller/PlateauController.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ihm/controller/PlateauController.java b/src/ihm/controller/PlateauController.java index fa43cc5..0d18841 100644 --- a/src/ihm/controller/PlateauController.java +++ b/src/ihm/controller/PlateauController.java @@ -512,9 +512,7 @@ public void afficherEffet(Joueur j) throws IOException { if(j instanceof JoueurVirtuel) { System.out.println("here"); Timeline timeline = new Timeline(new KeyFrame(Duration.millis(3000), ae -> { - GestionnaireJeu.notifyPlateau(); pu.getStage().hide(); - })); timeline.play(); }