diff --git a/libs/video/renderer/gl/gl_rsurf.c b/libs/video/renderer/gl/gl_rsurf.c index ecb169d3d..9c49b1a91 100644 --- a/libs/video/renderer/gl/gl_rsurf.c +++ b/libs/video/renderer/gl/gl_rsurf.c @@ -730,6 +730,9 @@ R_DrawWorld (void) // or we're not doing fog DrawTextureChains (1, 1); + if (gl_mtex_active_tmus <= 1) + R_BlendLightmaps (); + if (gl_fb_bmodels->int_val && !gl_mtex_fullbright) R_RenderFullbrights (); } else {