mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-28 13:41:38 +00:00
this lol
This commit is contained in:
parent
8f32c283bf
commit
1adcc62283
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue