mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
Fix not setting the reset counter
This commit is contained in:
parent
9b71dd4e21
commit
9c2016ca7c
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ void VkLightmap::RenderBakeImage()
|
|||
}
|
||||
|
||||
surface->LightListPos = lights.Pos;
|
||||
surface->LightListResetCounter = lights.ResetCounter;
|
||||
|
||||
LightInfo* lightinfo = &lights.Lights[lights.Pos];
|
||||
for (const LevelMeshLight* light : surface->LightList)
|
||||
|
|
Loading…
Reference in a new issue