diff --git a/src/rendering/hwrenderer/scene/hw_drawinfo.cpp b/src/rendering/hwrenderer/scene/hw_drawinfo.cpp index eb8187603..8532b889c 100644 --- a/src/rendering/hwrenderer/scene/hw_drawinfo.cpp +++ b/src/rendering/hwrenderer/scene/hw_drawinfo.cpp @@ -433,7 +433,7 @@ void HWDrawInfo::UpdateLightmaps() if (lm_always_update) // To do: this is stupid, but it lets us see the move for now! { - level.levelMesh->UpdateLightLists(); + //level.levelMesh->UpdateLightLists(); } screen->UpdateLightmaps(VisibleSurfaces);