aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/pipeline.cpp')
-rw-r--r--linden/indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/pipeline.cpp b/linden/indra/newview/pipeline.cpp
index 36ffb05..5458af5 100644
--- a/linden/indra/newview/pipeline.cpp
+++ b/linden/indra/newview/pipeline.cpp
@@ -4934,7 +4934,7 @@ void LLPipeline::setUseVBO(BOOL use_vbo)
4934 } 4934 }
4935 4935
4936 resetVertexBuffers(); 4936 resetVertexBuffers();
4937 LLVertexBuffer::initClass(use_vbo); 4937 LLVertexBuffer::initClass(use_vbo && gGLManager.mHasVertexBufferObject);
4938 } 4938 }
4939} 4939}
4940 4940