1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

Merge pull request #456 from FunkinCrew/credits-fix

Someone forgot to merge assets from the credits branch.
This commit is contained in:
Cameron Taylor 2024-04-02 19:30:19 -04:00 committed by GitHub
commit 6ea44dcf25
2 changed files with 6 additions and 1 deletions

2
assets

@ -1 +1 @@
Subproject commit a54eb8517914e2a90b77e122ecd81cf73d60adaa
Subproject commit 3ccfe33acef6e62c40317af583af764838544a24

View file

@ -20,7 +20,12 @@ class CreditsDataHandler
if (data == null)
{
trace('CreditsData(NULL)');
return;
}
if (data.entries == null || data.entries.length == 0)
{
trace('CreditsData(EMPTY)');
return;
}