1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

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 #if NO_PRELOAD_ALL
static function isSoundLoaded(path:String):Bool static function isSoundLoaded(path:String):Bool
{ {
return Assets.cache.hasSound(path); return OpenFLAssets.cache.hasSound(path);
} }
static function isLibraryLoaded(library:String):Bool static function isLibraryLoaded(library:String):Bool