summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/renderergl2/tr_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderergl2/tr_world.c b/src/renderergl2/tr_world.c
index 6608d70b..9547c2e4 100644
--- a/src/renderergl2/tr_world.c
+++ b/src/renderergl2/tr_world.c
@@ -331,7 +331,7 @@ static void R_AddWorldSurface( msurface_t *surf, int dlightBits, int pshadowBits
}
// check for dlighting
- if ( dlightBits ) {
+ /*if ( dlightBits ) */{
dlightBits = R_DlightSurface( surf, dlightBits );
dlightBits = ( dlightBits != 0 );
}