Skip to content

Commit d88b434

Browse files
Update LoadingState.hx
1 parent 66fb8b0 commit d88b434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/funkin/ui/transition/LoadingState.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class LoadingState extends MusicBeatSubState
232232
};
233233
}
234234

235+
// TODO: When we finally finish improving the caching system, remove the NO_PRELOAD_ALL define.
235236
#if NO_PRELOAD_ALL
236237
// Switch to loading state while we load assets (default on HTML5 target).
237238
var loadStateCtor = () -> {
@@ -265,6 +266,7 @@ class LoadingState extends MusicBeatSubState
265266
#end
266267
}
267268

269+
// TODO: When we finally finish improving the caching system, remove the NO_PRELOAD_ALL define.
268270
#if NO_PRELOAD_ALL
269271
static function isSoundLoaded(path:String):Bool
270272
{

0 commit comments

Comments
 (0)