Acceleration will be set if sim is started

This commit is contained in:
7u83 2017-02-05 10:05:41 +01:00
parent 270cab34dc
commit 7d0d38c03c
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ public class NewMDIApplication extends javax.swing.JFrame {
void startSim(){
resetSim();
this.startTraders();
//Globals.se.timer.set
Globals.se.timer.setAcceleration((Double)this.accelSpinner.getValue());
Globals.se.timer.start();
}