Disable moving lights for now as that's what caused the FPS drop for lm_always_update
This commit is contained in:
parent
6f4730d5ae
commit
5b2dad99a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue