This commit is contained in:
RandomityGuy 2023-07-21 00:07:32 +05:30
parent 8f32c283bf
commit 1adcc62283

View file

@ -27,6 +27,7 @@ import hxd.fs.FileSystem;
import haxe.io.Encoding; import haxe.io.Encoding;
import haxe.io.Path; import haxe.io.Path;
import haxe.io.Bytes; import haxe.io.Bytes;
import src.Settings;
#if android #if android
import zygame.utils.hl.AssetsTools; import zygame.utils.hl.AssetsTools;
#end #end
@ -143,7 +144,7 @@ class ManifestEntry extends FileEntry {
} }
#else #else
if (onReady != null) if (onReady != null)
if (doQuickLoad) if (doQuickLoad || Settings.optionsSettings.fastLoad)
onReady(); onReady();
else else
haxe.Timer.delay(onReady, 1); haxe.Timer.delay(onReady, 1);