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