git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3616 fc73d0e0-1445-4013-8a0c-d673dee63da5

This commit is contained in:
Spoike 2010-11-06 14:21:04 +00:00
parent b04705233c
commit 51f6fcfbcc
1 changed files with 1 additions and 1 deletions

View File

@ -2962,7 +2962,7 @@ void BE_DrawWorld (qbyte *vis)
r_worldentity.axis[2][2] = 1;
#ifdef RTLIGHTS
if (r_shadow_realtime_world.value)
if (r_shadow_realtime_world.value && gl_config.arb_shader_objects)
shaderstate.identitylighting = r_shadow_realtime_world_lightmaps.value;
else
#endif