CLEANED JSON LOL

This commit is contained in:
Cameron Taylor
2020-10-13 22:02:36 -07:00
parent 38bb4848a5
commit f31813c9db
5 changed files with 16 additions and 4 deletions

View File

@ -362,7 +362,7 @@ class ChartingState extends MusicBeatState
"song": curSong,
"bpm": Conductor.bpm,
"sections": sections.length,
'notes': getNotes
'notes': sections
};
var data:String = Json.stringify(json);