From 7d385265d85d229acd4c747c6b62f4d3fd378689 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 18 Mar 2004 05:15:08 +0000 Subject: [PATCH] fixed r_fullbright git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4040 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_rsurf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl_rsurf.c b/gl_rsurf.c index 9fc93894..a3ab306d 100644 --- a/gl_rsurf.c +++ b/gl_rsurf.c @@ -1296,7 +1296,7 @@ static void R_DrawSurfaceChain(const entity_render_t *ent, const texture_t *text } } } - else if (ent->effects & EF_FULLBRIGHT) + else if (ent->effects & EF_FULLBRIGHT || r_fullbright.integer) { RSurfShader_OpaqueWall_Pass_BaseTexture(ent, texture, surfchain); if (r_detailtextures.integer) -- 2.39.2