diff --git a/stepmania/src/NoteData.cpp b/stepmania/src/NoteData.cpp index d2c5a1db12..1af1dc151d 100644 --- a/stepmania/src/NoteData.cpp +++ b/stepmania/src/NoteData.cpp @@ -1160,7 +1160,7 @@ void NoteDataUtil::SnapToNearestNoteType( NoteData &in, NoteType nt1, NoteType n int iNoteIndexBegin = BeatToNoteRow( fBeginBeat ); int iNoteIndexEnd = BeatToNoteRow( fEndBeat ); - //ConvertHoldNotesTo2sAnd3s(); + in.ConvertHoldNotesTo2sAnd3s(); // iterate over all TapNotes in the interval and snap them for( int i=iNoteIndexBegin; i<=iNoteIndexEnd; i++ ) @@ -1180,19 +1180,31 @@ void NoteDataUtil::SnapToNearestNoteType( NoteData &in, NoteType nt1, NoteType n for( int c=0; c