mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
Fix trace
This commit is contained in:
parent
dd30012d80
commit
6f26fbba5f
|
@ -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