solving conflicts

This commit is contained in:
l.dupuis-burtin 2024-04-10 16:56:00 +02:00
parent a60c16d748
commit 0113f48315
1 changed files with 0 additions and 3 deletions

View File

@ -268,9 +268,7 @@ public class Simulator extends Thread {
public void setLoopDelay(int delay) {
//TODO : complete method
<<<<<<< HEAD
loopDelay=delay;
=======
// this.loopDelay = delay;
// if (pauseFlag) {
// return;
@ -282,7 +280,6 @@ public class Simulator extends Thread {
// Thread.currentThread().interrupt(); // Restore interrupted status.
// System.err.println("Simulation step was interrupted.");
// }
>>>>>>> branch 'master' of https://gitarero.ecam.fr/raphael.savio/OOP_E4_Project.git
}
public void toggleClickAction() {