git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3616 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b04705233c
commit
51f6fcfbcc
1 changed files with 1 additions and 1 deletions
|
@ -2962,7 +2962,7 @@ void BE_DrawWorld (qbyte *vis)
|
||||||
r_worldentity.axis[2][2] = 1;
|
r_worldentity.axis[2][2] = 1;
|
||||||
|
|
||||||
#ifdef RTLIGHTS
|
#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;
|
shaderstate.identitylighting = r_shadow_realtime_world_lightmaps.value;
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue