Speedup
This commit is contained in:
parent
a957490cd8
commit
43374804b3
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ package wash.control;
|
||||||
public interface Settings {
|
public interface Settings {
|
||||||
// simulation speed-up factor: 50 means the simulation is 50 times faster than
|
// simulation speed-up factor: 50 means the simulation is 50 times faster than
|
||||||
// real time. Modify this as you wish.
|
// real time. Modify this as you wish.
|
||||||
int SPEEDUP = 50;
|
int SPEEDUP = 400;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue