Skip to content

Commit 7dcbbc3

Browse files
authored
Update PsychParser.hx (#841)
1 parent 9bd9490 commit 7dcbbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/backend/chart/PsychParser.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class PsychParser {
6060
note.time, // TIME
6161
note.id, // DATA
6262
note.sLen, // SUSTAIN LENGTH
63-
chart.noteTypes.getDefault([""])[note.type] // NOTE TYPE
63+
chart.noteTypes.getDefault([""])[note.type - 1] // NOTE TYPE
6464
];
6565

6666
if ((swagSection.mustHitSection && strumLine.type == OPPONENT) ||

0 commit comments

Comments
 (0)