This commit is contained in:
Glenn Maynard
2003-09-19 01:13:45 +00:00
parent 8b44280e5a
commit c9889a15a7
+1 -1
View File
@@ -338,7 +338,7 @@ float FindLastDisplayedBeat( PlayerNumber pn, int iLastPixelToDraw )
else // on screen
fLastBeatToDraw += fSearchDistance;
float fOffBy = fYPosWOReverse - iLastPixelToDraw;
// float fOffBy = fYPosWOReverse - iLastPixelToDraw;
fSearchDistance /= 2;
}