|
|
|
|
@ -33,7 +33,7 @@ public class Constants {
|
|
|
|
|
* Frame periods are multiplied by this to get the amount of time a single frame represents.
|
|
|
|
|
* E.g., frame period = 20ms, scale = 5, frame represents 20 * 5 = 100ms, and so boats are simulated for 100ms, even though only 20ms actually occurred.
|
|
|
|
|
*/
|
|
|
|
|
public static final int RaceTimeScale = 1;//10;
|
|
|
|
|
public static final int RaceTimeScale = 2;//10;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* The race pre-start time, in milliseconds. 3 minutes.
|
|
|
|
|
|