mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
small Assets -> OpenFLAssets fix
This commit is contained in:
parent
d02e834460
commit
a41d3033d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue