diff --git a/src/Player.cpp b/src/Player.cpp index fdf02b8fc6..8f727a35d7 100644 --- a/src/Player.cpp +++ b/src/Player.cpp @@ -2639,10 +2639,6 @@ void Player::UpdateJudgedRows() int iRow = iter.Row(); TapNote &tn = *iter; - // if row is within a warp section, ignore it. -aj - if( GAMESTATE->m_pCurSong->m_Timing.IsWarpAtRow(iRow) ) - continue; - if( iRow != iLastSeenRow ) { iLastSeenRow = iRow;