version update and fixes
This commit is contained in:
@ -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]));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user