fix disappearing arrows

This commit is contained in:
Glenn Maynard
2006-01-15 18:28:16 +00:00
parent d8dad3f4b5
commit b07a27f7aa
+1 -1
View File
@@ -317,7 +317,7 @@ void ScreenNameEntry::DrawPrimitives()
if( iCharIndex==iClosestIndex )
fZoom = SCALE(fabsf(GetClosestCharYOffset(m_fFakeBeat)),0,0.5f,g_fCharsZoomLarge,g_fCharsZoomSmall);
m_textScrollingChars[p][t].SetZoom(fZoom);
float fAlpha = m_textScrollingChars[p][t].GetDiffuseAlpha();
float fAlpha = 1;
if( i==0 )
fAlpha *= SCALE(GetClosestCharYOffset(m_fFakeBeat),-0.5f,0.f,0.f,1.f);
if( i==g_iNumCharsToDrawTotal-1 )