We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3862995 commit a2ff5c1Copy full SHA for a2ff5c1
source/funkin/editors/charter/SongCreationScreen.hx
@@ -386,7 +386,7 @@ class SongCreationScreen extends UISubstateWindow {
386
saveFromVSlice(files, songId);
387
default /*"Psych/Legacy FNF"*/:
388
var songId = importIdTextBox.label.text;
389
- var oldChart:SwagSong = Json.parse(cast importChartFile.file);
+ var oldChart:SwagSong = Chart.cleanSongData(Json.parse(cast importChartFile.file));
390
var base:ChartData = {
391
strumLines: [],
392
noteTypes: [],
0 commit comments