1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-05 17:00:39 +00:00

lol fix semi colon

This commit is contained in:
Cameron Taylor 2020-12-04 12:38:12 -05:00
parent 8c55962468
commit a4d19e41f1

View file

@ -98,7 +98,7 @@ class ChartingState extends MusicBeatState
player2: 'dad',
sectionLengths: [],
speed: 1,
validScore: false;
validScore: false
};
}