summaryrefslogtreecommitdiff
path: root/indra/llrender/llvertexbuffer.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-12-06 09:59:30 -0600
committerDave Parks <davep@lindenlab.com>2022-12-06 09:59:30 -0600
commitc489481ec5edd0470553eca9b7c4cecfe994926c (patch)
tree4f93b57597f0d0864e23216abe753e531623906e /indra/llrender/llvertexbuffer.cpp
parent3ec5110129ffd29d8e76eb82e31da7470e281503 (diff)
SL-18785 Fix for corrupt reflection probes on various preference changes. Add UI for Screen Space Reflections.
Diffstat (limited to 'indra/llrender/llvertexbuffer.cpp')
-rw-r--r--indra/llrender/llvertexbuffer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp
index adb3d99553..6122681c09 100644
--- a/indra/llrender/llvertexbuffer.cpp
+++ b/indra/llrender/llvertexbuffer.cpp
@@ -796,8 +796,8 @@ void LLVertexBuffer::cleanupClass()
llassert(0 == LLVBOPool::sBytesPooled);
llassert(0 == LLVBOPool::sIndexBytesPooled);
- llassert(0 == sAllocatedBytes);
- llassert(0 == sAllocatedIndexBytes);
+ //llassert(0 == sAllocatedBytes);
+ //llassert(0 == sAllocatedIndexBytes);
}
//----------------------------------------------------------------------------