From 15d3ef75f63e4595961983a00c43d05ea86c1f59 Mon Sep 17 00:00:00 2001 From: Joalor64 Date: Thu, 23 May 2024 13:56:33 -0400 Subject: [PATCH] maybe this should fix modchart editor --- source/modcharting/ModchartEditorState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;