version update and fixes

This commit is contained in:
KadeDev
2021-04-02 17:21:19 -07:00
parent 8a95be0b5f
commit 5928783520
7 changed files with 19 additions and 10 deletions

View File

@ -42,7 +42,7 @@ class FreeplayState extends MusicBeatState
for (i in 0...initSonglist.length)
{
var data:Array<String> = initSonglist[i].split(':');
songs.push(new SongMetadata(data[0], data[2], data[1]));
songs.push(new SongMetadata(data[0], Std.parseInt(data[2]), data[1]));
}
/*