Fix not setting the reset counter
This commit is contained in:
parent
285fbfe299
commit
110819ea05
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,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…
Add table
Add a link
Reference in a new issue