diff --git a/src/fs/TorqueFileSystem.hx b/src/fs/TorqueFileSystem.hx index ed774242..e6302ce1 100644 --- a/src/fs/TorqueFileSystem.hx +++ b/src/fs/TorqueFileSystem.hx @@ -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 } }