small Assets -> OpenFLAssets fix

This commit is contained in:
Cameron Taylor 2024-09-20 18:20:40 -04:00
parent d02e834460
commit a41d3033d5

View file

@ -276,7 +276,7 @@ class LoadingState extends MusicBeatSubState
#if NO_PRELOAD_ALL
static function isSoundLoaded(path:String):Bool
{
return Assets.cache.hasSound(path);
return OpenFLAssets.cache.hasSound(path);
}
static function isLibraryLoaded(library:String):Bool