add assert
This commit is contained in:
@@ -20,4 +20,6 @@ void Attack::GetAttackBeats( const Song *song, PlayerNumber pn, float &fStartBea
|
|||||||
* screen, so new arrows will scroll on screen with this effect. */
|
* screen, so new arrows will scroll on screen with this effect. */
|
||||||
GAMESTATE->GetUndisplayedBeats( pn, fSecsRemaining, fStartBeat, fEndBeat );
|
GAMESTATE->GetUndisplayedBeats( pn, fSecsRemaining, fStartBeat, fEndBeat );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ASSERT( fEndBeat >= fStartBeat );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user