Skip to content

Commit

Permalink
maybe this should fix modchart editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored May 23, 2024
1 parent 7a9d2e2 commit 15d3ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modcharting/ModchartEditorState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15d3ef7

Please sign in to comment.