Client CBaseEntity: RM_ADDITIVE implies the entity is also rendered with
a fullbright effect.
This commit is contained in:
parent
c41eedb593
commit
dae9080d57
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ CBaseEntity::RenderFXPass(void)
|
|||
case RM_SOLID:
|
||||
break;
|
||||
case RM_ADDITIVE:
|
||||
effects = EF_ADDITIVE;
|
||||
effects = EF_ADDITIVE | EF_FULLBRIGHT;
|
||||
break;
|
||||
case RM_TRIGGER:
|
||||
if (autocvar_cl_showtriggers) {
|
||||
|
|
Loading…
Reference in a new issue