remove GlowMode

This commit is contained in:
Glenn Maynard
2005-01-08 22:40:42 +00:00
parent 8a29cc0459
commit d58fa5178c
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -845,7 +845,6 @@ void Actor::TweenState::Init()
for(int i=0; i<4; i++)
diffuse[i] = RageColor( 1, 1, 1, 1 );
glow = RageColor( 1, 1, 1, 0 );
glowmode = GLOW_WHITEN;
}
void Actor::TweenState::MakeWeightedAverage( TweenState& average_out, const TweenState& ts1, const TweenState& ts2, float fPercentBetween )