From d88b4343fbdc49d021d2d70df252716d77bb8754 Mon Sep 17 00:00:00 2001 From: CharlesCatYT Date: Wed, 16 Oct 2024 17:20:27 -0400 Subject: [PATCH] Update LoadingState.hx --- source/funkin/ui/transition/LoadingState.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/funkin/ui/transition/LoadingState.hx b/source/funkin/ui/transition/LoadingState.hx index 42c6ebc9..53b4275b 100644 --- a/source/funkin/ui/transition/LoadingState.hx +++ b/source/funkin/ui/transition/LoadingState.hx @@ -232,6 +232,7 @@ class LoadingState extends MusicBeatSubState }; } + // TODO: When we finally finish improving the caching system, remove the NO_PRELOAD_ALL define. #if NO_PRELOAD_ALL // Switch to loading state while we load assets (default on HTML5 target). var loadStateCtor = () -> { @@ -265,6 +266,7 @@ class LoadingState extends MusicBeatSubState #end } + // TODO: When we finally finish improving the caching system, remove the NO_PRELOAD_ALL define. #if NO_PRELOAD_ALL static function isSoundLoaded(path:String):Bool {