change in wording
This commit is contained in:
@@ -253,7 +253,7 @@ static void LoadFromSMNoteDataStringWithPlayer( NoteData& out, const RString &sS
|
|||||||
if( tn.type == TapNote::hold_head && tn.iDuration == MAX_NOTE_ROW )
|
if( tn.type == TapNote::hold_head && tn.iDuration == MAX_NOTE_ROW )
|
||||||
{
|
{
|
||||||
int iRow = begin->first;
|
int iRow = begin->first;
|
||||||
LOG->UserLog( "", "", "While loading SM note data, there was an unmatched 2 at beat %f", NoteRowToBeat(iRow) );
|
LOG->UserLog( "", "", "While loading .sm/.ssc note data, there was an unmatched 2 at beat %f", NoteRowToBeat(iRow) );
|
||||||
out.RemoveTapNote( t, begin );
|
out.RemoveTapNote( t, begin );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user