mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
Merge pull request #640 from FunkinCrew/nothyper-474/loading-state-trace
[PUBLIC PR] Fix broken trace call in LoadingState
This commit is contained in:
commit
88263b9ffd
|
@ -346,7 +346,7 @@ class LoadingState extends MusicBeatSubState
|
|||
return 'Done precaching ${path}';
|
||||
}, true);
|
||||
|
||||
trace("Queued ${path} for precaching");
|
||||
trace('Queued ${path} for precaching');
|
||||
// FunkinSprite.cacheTexture(path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue