solving conflicts
This commit is contained in:
parent
a60c16d748
commit
0113f48315
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue