From: havoc Date: Thu, 18 Mar 2004 05:15:08 +0000 (+0000) Subject: fixed r_fullbright X-Git-Tag: xonotic-v0.1.0preview~5976 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=7d385265d85d229acd4c747c6b62f4d3fd378689;p=xonotic%2Fdarkplaces.git fixed r_fullbright git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4040 d7cf8633-e32d-0410-b094-e92efae38249 --- 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)