1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Fix trace

This commit is contained in:
NotHyper-474 2024-06-10 23:12:28 -03:00 committed by EliteMasterEric
parent dd30012d80
commit 6f26fbba5f

View file

@ -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);
}