Remove "blendmode,brighten"; it's the same as "blend,add", use that instead.
This commit is contained in:
@@ -698,9 +698,8 @@ void Actor::HandleCommand( const Command &command )
|
|||||||
else if( sName=="glowmode" ) {
|
else if( sName=="glowmode" ) {
|
||||||
if( !sArg(1).CompareNoCase("whiten") )
|
if( !sArg(1).CompareNoCase("whiten") )
|
||||||
SetGlowMode( GLOW_WHITEN );
|
SetGlowMode( GLOW_WHITEN );
|
||||||
else if(!sArg(1).CompareNoCase("brighten"))
|
else
|
||||||
SetGlowMode( GLOW_BRIGHTEN );
|
FAIL_M( ssprintf("Unknown GlowMode \"%s\"", sArg(1).c_str()) );
|
||||||
else ASSERT(0);
|
|
||||||
}
|
}
|
||||||
else if( sName=="rotationx" ) SetRotationX( fArg(1) );
|
else if( sName=="rotationx" ) SetRotationX( fArg(1) );
|
||||||
else if( sName=="rotationy" ) SetRotationY( fArg(1) );
|
else if( sName=="rotationy" ) SetRotationY( fArg(1) );
|
||||||
|
|||||||
Reference in New Issue
Block a user