fixed reload json
This commit is contained in:
@ -213,7 +213,12 @@ class ChartingState extends MusicBeatState
|
||||
|
||||
var index = 0;
|
||||
|
||||
if (_song.eventObjects == null)
|
||||
_song.eventObjects = [new Song.Event("Init BPM",0,_song.bpm,"BPM Change")];
|
||||
|
||||
if (_song.eventObjects.length == 0)
|
||||
_song.eventObjects = [new Song.Event("Init BPM",0,_song.bpm,"BPM Change")];
|
||||
|
||||
|
||||
trace("goin");
|
||||
|
||||
|
Reference in New Issue
Block a user