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
@@ -511,7 +511,7 @@ void Sprite::DrawTexture( const TweenState *state )
//////////////////////
if( state->glow.a > 0.0001f )
{
DISPLAY->SetTextureModeGlow(state->glowmode);
DISPLAY->SetTextureModeGlow();
v[0].c = v[1].c = v[2].c = v[3].c = state->glow;
DISPLAY->DrawQuad( v );
}