Skip to content

Commit

Permalink
new chart format
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeDaleHim committed Dec 15, 2022
1 parent 1fb995f commit 5b9584c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/music/Song.hx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class Song
+ diffString.toLowerCase());
trace(path);

currentSong = backend.compat.ChartConvert.convertType('base', Assets.getText(path));
// currentSong = backend.compat.ChartConvert.convertType('base', Assets.getText(path));
currentSong = Json.parse(Assets.getText(path));

return currentSong;
}
Expand Down

0 comments on commit 5b9584c

Please sign in to comment.