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 #if macro
onReady(); onReady();
#else #else
// if (Settings.optionsSettings.fastLoad) if (onReady != null)
onReady(); haxe.Timer.delay(onReady, 1);
// else {
// if (onReady != null)
// haxe.Timer.delay(onReady, 1);
// }
#end #end
} }
} }