Acceleration will be set if sim is started
This commit is contained in:
parent
270cab34dc
commit
7d0d38c03c
@ -466,7 +466,7 @@ public class NewMDIApplication extends javax.swing.JFrame {
|
|||||||
void startSim(){
|
void startSim(){
|
||||||
resetSim();
|
resetSim();
|
||||||
this.startTraders();
|
this.startTraders();
|
||||||
//Globals.se.timer.set
|
Globals.se.timer.setAcceleration((Double)this.accelSpinner.getValue());
|
||||||
Globals.se.timer.start();
|
Globals.se.timer.start();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user