fix string position mismatch
This commit is contained in:
@@ -104,8 +104,8 @@ XToThemedString( TapNoteScore );
|
|||||||
|
|
||||||
static const CString HoldNoteScoreNames[NUM_HOLD_NOTE_SCORES] = {
|
static const CString HoldNoteScoreNames[NUM_HOLD_NOTE_SCORES] = {
|
||||||
"None",
|
"None",
|
||||||
"OK",
|
|
||||||
"NG",
|
"NG",
|
||||||
|
"OK",
|
||||||
};
|
};
|
||||||
XToString( HoldNoteScore );
|
XToString( HoldNoteScore );
|
||||||
StringToX( HoldNoteScore );
|
StringToX( HoldNoteScore );
|
||||||
|
|||||||
Reference in New Issue
Block a user