This commit is contained in:
Glenn Maynard
2005-10-23 02:52:24 +00:00
parent 45609c3456
commit 60b9939f44
+1 -1
View File
@@ -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 );