This commit is contained in:
Steve Checkoway
2003-09-13 19:46:37 +00:00
parent e30707b82f
commit c7b2f8c60b
+1 -1
View File
@@ -1022,4 +1022,4 @@ void NoteDataUtil::ShiftRows( NoteData &nd, float fStartBeat, float fBeatsToShif
temp.CopyRange( &nd, iTakeFromRow, nd.GetLastRow() );
nd.ClearRange( min(iTakeFromRow,iPasteAtRow), nd.GetLastRow() );
nd.CopyRange( &temp, 0, temp.GetLastRow(), iPasteAtRow );
}
}