This commit is contained in:
Glenn Maynard
2002-11-14 06:56:31 +00:00
parent 38a451d0e9
commit f08a747182
+1 -2
View File
@@ -314,8 +314,7 @@ void BitmapText::DrawPrimitives()
RageColor dim(0,0,0,0.5f*m_temp.diffuse[0].a); // semi-transparent black
int i;
for( i=0; i<iNumV; i++ )
for( int i=0; i<iNumV; i++ )
v[i].c = dim;
DISPLAY->DrawQuads( v, iNumV );