Skip to content

Commit 3fd87c8

Browse files
committed
Dont force set chart name
1 parent eaacc5d commit 3fd87c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/funkin/backend/chart/VSliceParser.hx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ class VSliceParser {
177177
var songID:String = songID == null ? songName.toLowerCase().replace(" ", "-") : songID;
178178
var firstTimeChange:SwagTimeChange = data.timeChanges[0];
179179

180-
result.name = songID;
181180
result.bpm = firstTimeChange.bpm.getDefault(Flags.DEFAULT_BPM);
182181
result.beatsPerMeasure = firstTimeChange.n.getDefault(Flags.DEFAULT_BEATS_PER_MEASURE);
183182
result.stepsPerBeat = firstTimeChange.d.getDefault(Flags.DEFAULT_STEPS_PER_BEAT);

0 commit comments

Comments
 (0)