From da15d51b10e8f81ea83b09c5f77362de9c46e6cb Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 4 Dec 2020 12:38:12 -0500 Subject: [PATCH] lol fix semi colon --- source/ChartingState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index 1ee5f78..6b1be13 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -98,7 +98,7 @@ class ChartingState extends MusicBeatState player2: 'dad', sectionLengths: [], speed: 1, - validScore: false; + validScore: false }; }