fix this bug

This commit is contained in:
RandomityGuy 2024-08-02 18:48:52 +05:30
parent eeac73c06a
commit 8b42e6efb3

View file

@ -8,12 +8,8 @@ class TorqueFileEntry extends LocalEntry {
#if macro
onReady();
#else
// if (Settings.optionsSettings.fastLoad)
onReady();
// else {
// if (onReady != null)
// haxe.Timer.delay(onReady, 1);
// }
if (onReady != null)
haxe.Timer.delay(onReady, 1);
#end
}
}