Reintroduce lm_max_updates

This commit is contained in:
RaveYard 2023-09-16 12:18:02 +02:00 committed by Magnus Norddahl
commit 4e7e1d772b
3 changed files with 6 additions and 3 deletions

View file

@ -409,7 +409,7 @@ void VkLightmap::BlurBakeImage()
void VkLightmap::CopyBakeImageResult()
{
uint32_t pixels = 0;
lastSurfaceCount = 0;
std::set<int> seenPages;
std::vector<VkImageCopy> regions;
for (int i = 0, count = selectedSurfaces.Size(); i < count; i++)