Reintroduce lm_max_updates
This commit is contained in:
parent
aec39ef90b
commit
4e7e1d772b
3 changed files with 6 additions and 3 deletions
|
|
@ -12,8 +12,6 @@
|
|||
|
||||
#include <atomic>
|
||||
|
||||
EXTERN_CVAR(Int, lm_max_updates);
|
||||
|
||||
struct FColormap;
|
||||
class IBuffer;
|
||||
struct HWViewpointUniforms;
|
||||
|
|
|
|||
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue