Revert "hold fix: try again?"

This reverts commit 0ef9b81e02.
This commit is contained in:
Devin J. Pohly
2013-05-22 13:47:36 -07:00
parent 27940bc572
commit 9fb376fdad
-7
View File
@@ -1104,13 +1104,6 @@ void Player::UpdateHoldNotes( int iSongRow, float fDeltaTime, vector<TrackRowTap
ASSERT( iStartRow == trtn->iRow );
TapNote &tn = *trtn->pTN;
int iEndRow = iStartRow + tn.iDuration;
if( iEndRow < iSongRow && vTN.size() > 1 )
{
trtn = --vTN.erase(trtn);
continue;
}
if( subType == TapNote::SubType_Invalid )
subType = tn.subType;