mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-02-24 07:01:01 +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.Path;
|
||||
import haxe.io.Bytes;
|
||||
import src.Settings;
|
||||
#if android
|
||||
import zygame.utils.hl.AssetsTools;
|
||||
#end
|
||||
|
|
@ -143,7 +144,7 @@ class ManifestEntry extends FileEntry {
|
|||
}
|
||||
#else
|
||||
if (onReady != null)
|
||||
if (doQuickLoad)
|
||||
if (doQuickLoad || Settings.optionsSettings.fastLoad)
|
||||
onReady();
|
||||
else
|
||||
haxe.Timer.delay(onReady, 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue