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 9bd9490 commit 7dcbbc3Copy full SHA for 7dcbbc3
source/funkin/backend/chart/PsychParser.hx
@@ -60,7 +60,7 @@ class PsychParser {
60
note.time, // TIME
61
note.id, // DATA
62
note.sLen, // SUSTAIN LENGTH
63
- chart.noteTypes.getDefault([""])[note.type] // NOTE TYPE
+ chart.noteTypes.getDefault([""])[note.type - 1] // NOTE TYPE
64
];
65
66
if ((swagSection.mustHitSection && strumLine.type == OPPONENT) ||
0 commit comments