Merge pull request 'Update leenkx/Sources/iron/system/Time.hx' (#101) from Onek8/LNXSDK:main into main

Reviewed-on: LeenkxTeam/LNXSDK#101
This commit is contained in:
2025-07-19 20:23:46 +00:00

View File

@ -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;