add glow modes

This commit is contained in:
Glenn Maynard
2003-05-04 22:35:42 +00:00
parent c4269307c1
commit df0a74e1b5
6 changed files with 35 additions and 17 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ void Sprite::DrawPrimitives()
//////////////////////
if( m_temp.glow.a > 0.0001f )
{
DISPLAY->SetTextureModeGlow();
DISPLAY->SetTextureModeGlow(m_temp.glowmode);
v[0].c = v[1].c = v[2].c = v[3].c = m_temp.glow;
DISPLAY->DrawQuad( v );
}