fix song bpm
This commit is contained in:
parent
6376fe6d68
commit
b2f596f73e
@ -123,7 +123,7 @@ class Song
|
||||
|
||||
|
||||
if (song.eventObjects == null)
|
||||
song.eventObjects = [];
|
||||
song.eventObjects = [new Song.Event("Init BPM",0,song.bpm,"BPM Change")];
|
||||
|
||||
for(i in song.eventObjects)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user