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
|
||||
onReady();
|
||||
#else
|
||||
// if (Settings.optionsSettings.fastLoad)
|
||||
onReady();
|
||||
// else {
|
||||
// if (onReady != null)
|
||||
// haxe.Timer.delay(onReady, 1);
|
||||
// }
|
||||
if (onReady != null)
|
||||
haxe.Timer.delay(onReady, 1);
|
||||
#end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue