From: havoc Date: Mon, 21 Apr 2003 11:27:09 +0000 (+0000) Subject: always do r_shadow_realtime_dlight if r_shadow_realtime_world is on X-Git-Tag: xonotic-v0.1.0preview~6653 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=048a867266046ac0b327665b72c430be49e0ad1e;p=xonotic%2Fdarkplaces.git always do r_shadow_realtime_dlight if r_shadow_realtime_world is on git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2975 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_rmain.c b/gl_rmain.c index eaec1e01..f3538129 100644 --- a/gl_rmain.c +++ b/gl_rmain.c @@ -969,7 +969,7 @@ void R_ShadowVolumeLighting (int visiblevolumes) } } } - if (r_shadow_realtime_dlight.integer) + if (r_shadow_realtime_world.integer || r_shadow_realtime_dlight.integer) { for (lnum = 0, rd = r_dlight;lnum < r_numdlights;lnum++, rd++) {