diff --git a/source/modcharting/ModchartEditorState.hx b/source/modcharting/ModchartEditorState.hx index c844bf66..ec6b9243 100644 --- a/source/modcharting/ModchartEditorState.hx +++ b/source/modcharting/ModchartEditorState.hx @@ -308,7 +308,7 @@ class ModchartEditorState extends MusicBeatState persistentDraw = true; if (PlayState.SONG == null) - PlayState.SONG = Song.loadFromJson('tutorial'); + PlayState.SONG = Song.loadFromJson('tutorial', 'tutorial'); Conductor.mapBPMChanges(PlayState.SONG); Conductor.bpm = PlayState.SONG.bpm;