diff --git a/source/Song.hx b/source/Song.hx index 00292c7..a0cbecb 100644 --- a/source/Song.hx +++ b/source/Song.hx @@ -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) {