diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index ce90758dee..7629e5f1ba 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -254,11 +254,11 @@ void BitmapText::DrawPrimitives() DISPLAY->TranslateLocal( m_fShadowLength, m_fShadowLength, 0 ); // shift by 5 units DWORD dwColor = D3DXCOLOR(0,0,0,0.5f*m_temp_colorDiffuse[0].a); // semi-transparent black - - for( int i=0; iAddQuad( &v[i] ); DISPLAY->PopMatrix(); @@ -300,11 +300,11 @@ void BitmapText::DrawPrimitives() if( m_temp_colorGlow.a != 0 ) { DISPLAY->SetColorDiffuse(); - - for( int i=0; iAddQuad( &v[i] ); }