1
0
Fork 0
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:
Cameron Taylor 2024-07-01 16:53:07 -04:00 committed by GitHub
commit 88263b9ffd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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