remove separate glow modes

This commit is contained in:
Glenn Maynard
2005-01-08 22:14:08 +00:00
parent f9a96f885c
commit 8a29cc0459
8 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ void BitmapText::DrawPrimitives()
/* render the glow pass */
if( m_pTempState->glow.a > 0.0001f )
{
DISPLAY->SetTextureModeGlow(m_pTempState->glowmode);
DISPLAY->SetTextureModeGlow();
for( unsigned i=0; i<verts.size(); i++ )
verts[i].c = m_pTempState->glow;