Fix warp/mine stutter that could take place.
Fixes commit 535ef4d: thanks phantom.
This commit is contained in:
@@ -2802,6 +2802,11 @@ void Player::UpdateJudgedRows()
|
|||||||
for( ; !iter.IsAtEnd() && iter.Row() <= iEndRow; ++iter )
|
for( ; !iter.IsAtEnd() && iter.Row() <= iEndRow; ++iter )
|
||||||
{
|
{
|
||||||
int iRow = iter.Row();
|
int iRow = iter.Row();
|
||||||
|
|
||||||
|
// Do not worry about mines in WarpSegments or FakeSegments
|
||||||
|
if (!m_Timing->IsJudgableAtRow(iRow))
|
||||||
|
continue;
|
||||||
|
|
||||||
TapNote &tn = *iter;
|
TapNote &tn = *iter;
|
||||||
|
|
||||||
if( iRow != iLastSeenRow )
|
if( iRow != iLastSeenRow )
|
||||||
|
|||||||
Reference in New Issue
Block a user