Disable moving lights for now as that's what caused the FPS drop for lm_always_update

This commit is contained in:
Magnus Norddahl 2023-09-22 11:32:20 +02:00
commit 5b2dad99a7

View file

@ -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);