summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-07-16 10:40:01 -0700
committerGraham Linden <graham@lindenlab.com>2019-07-16 10:40:01 -0700
commit00590defe4f525229c392b6f345695a09ac6b679 (patch)
treea7ea3fbc338d33b1b8171f2be486acab5f070fce /indra/llrender
parent5bae46b357cd4d7700ed4289fc3b3ddf00860ec9 (diff)
SL-11605
Fix broken throttling of sky/envmap updates.
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llvertexbuffer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp
index 2ac17127be..f498526367 100644
--- a/indra/llrender/llvertexbuffer.cpp
+++ b/indra/llrender/llvertexbuffer.cpp
@@ -761,8 +761,6 @@ void LLVertexBuffer::drawRange(U32 mode, U32 start, U32 end, U32 count, U32 indi
U16* idx = ((U16*) getIndicesPointer())+indices_offset;
- llassert(idx);
-
stop_glerror();
LLGLSLShader::startProfile();
glDrawRangeElements(sGLMode[mode], start, end, count, GL_UNSIGNED_SHORT,