We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fb8b0 commit d88b434Copy full SHA for d88b434
source/funkin/ui/transition/LoadingState.hx
@@ -232,6 +232,7 @@ class LoadingState extends MusicBeatSubState
232
};
233
}
234
235
+ // TODO: When we finally finish improving the caching system, remove the NO_PRELOAD_ALL define.
236
#if NO_PRELOAD_ALL
237
// Switch to loading state while we load assets (default on HTML5 target).
238
var loadStateCtor = () -> {
@@ -265,6 +266,7 @@ class LoadingState extends MusicBeatSubState
265
266
#end
267
268
269
270
271
static function isSoundLoaded(path:String):Bool
272
{
0 commit comments