fix song bpm

This commit is contained in:
KadeDeveloper 2021-08-13 19:02:04 -07:00
parent 6376fe6d68
commit b2f596f73e

View File

@ -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)
{