This commit is contained in:
Glenn Maynard
2007-01-06 08:28:53 +00:00
parent 331dbeb997
commit 05e69b4b83
+1 -2
View File
@@ -401,14 +401,13 @@ void NoteDisplay::DrawHoldPart( vector<Sprite*> &vpSpr, int iCol, int fYStep, fl
bool bAllAreTransparent = true;
bool bLast = false;
float fVertTexCoordOffset = 0;
float fY = fYStartPos;
DISPLAY->ClearAllTextures();
DISPLAY->SetCullMode( CULL_NONE );
DISPLAY->SetTextureWrapping( bWrapping );
StripBuffer queue;
for( ; !bLast; fY += fYStep )
for( float fY = fYStartPos; !bLast; fY += fYStep )
{
if( fY >= fYEndPos )
{