fixed reload json
This commit is contained in:
parent
45ed99002a
commit
2f2f0db93c
@ -213,6 +213,11 @@ class ChartingState extends MusicBeatState
|
|||||||
|
|
||||||
var index = 0;
|
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");
|
trace("goin");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user