mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix this bug
This commit is contained in:
parent
eeac73c06a
commit
8b42e6efb3
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue