Compare commits
2 Commits
99a5d7d445
...
07d8422f22
| Author | SHA1 | Date | |
|---|---|---|---|
| 07d8422f22 | |||
| 7179d42b27 |
@ -14,7 +14,7 @@ class Time {
|
||||
return 1 / frequency;
|
||||
}
|
||||
|
||||
static var _fixedStep: Null<Float>;
|
||||
static var _fixedStep: Null<Float> = 1/60;
|
||||
public static var fixedStep(get, never): Float;
|
||||
static function get_fixedStep(): Float {
|
||||
return _fixedStep;
|
||||
|
||||
Reference in New Issue
Block a user