1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-28 21:19:27 +00:00

lol fix semi colon

This commit is contained in:
Cameron Taylor 2020-12-04 12:38:12 -05:00
parent 301c6cddc6
commit da15d51b10

View file

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