File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
source/funkin/editors/charter Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package funkin.editors.charter;
33import flixel .group .FlxGroup ;
44import flixel .text .FlxText .FlxTextFormat ;
55import flixel .text .FlxText .FlxTextFormatMarkerPair ;
6+ import funkin .backend .chart .Chart ;
67import funkin .backend .chart .ChartData ;
78import funkin .backend .chart .FNFLegacyParser .SwagSong ;
89import funkin .backend .chart .PsychParser ;
@@ -358,7 +359,7 @@ class SongCreationScreen extends UISubstateWindow {
358359
359360 // for variations
360361 function formatMeta (meta : ChartMetaData ): ChartMetaData
361- return funkin.backend.chart. Chart .defaultChartMetaFields (meta );
362+ return Chart .defaultChartMetaFields (meta );
362363
363364 function getChartSavePath (meta : ChartMetaData , diff : String ): String
364365 return ' charts/ ${meta .variant != null && meta .variant != " " ? meta .variant + " /" : " " }$diff .json' ;
You can’t perform that action at this time.
0 commit comments