Client CBaseEntity: RM_ADDITIVE implies the entity is also rendered with

a fullbright effect.
This commit is contained in:
Marco Cawthorne 2020-04-24 05:39:06 +02:00
parent c41eedb593
commit dae9080d57

View file

@ -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) {