diff --git a/stepmania/src/ArrowEffects.cpp b/stepmania/src/ArrowEffects.cpp index a90cd8f9cc..690d961f14 100644 --- a/stepmania/src/ArrowEffects.cpp +++ b/stepmania/src/ArrowEffects.cpp @@ -300,10 +300,10 @@ float ArrowEffects::GetXPos( const PlayerState* pPlayerState, int iColNum, float const bool bEvenBeat = ( int(fBeat) % 2 ) != 0; - /* -100.2 -> -0.2 -> 0.2 */ if( fBeat < 0 ) break; + /* -100.2 -> -0.2 -> 0.2 */ fBeat -= truncf( fBeat ); fBeat += 1; fBeat -= truncf( fBeat );