mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-25 21:55: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}';
|
return 'Done precaching ${path}';
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
trace("Queued ${path} for precaching");
|
trace('Queued ${path} for precaching');
|
||||||
// FunkinSprite.cacheTexture(path);
|
// FunkinSprite.cacheTexture(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue