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