remove GlowMode
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user