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:
parent
d02e834460
commit
a41d3033d5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue