aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-03-19 14:13:21 -0700
committerMcCabe Maxsted2011-03-19 14:13:21 -0700
commitcb6f3e50bc2e99a439ca87177e49778aec7b9723 (patch)
treea8b7c0e630018985463933dba7d6a67c4b4eaa27 /linden/indra/newview/pipeline.cpp
parentAdded a null check for corrupt volume lists (diff)
parentless misleading wording for linux script messages (diff)
downloadmeta-impy-cb6f3e50bc2e99a439ca87177e49778aec7b9723.zip
meta-impy-cb6f3e50bc2e99a439ca87177e49778aec7b9723.tar.gz
meta-impy-cb6f3e50bc2e99a439ca87177e49778aec7b9723.tar.bz2
meta-impy-cb6f3e50bc2e99a439ca87177e49778aec7b9723.tar.xz
Merge remote-tracking branch 'armin/exp' into exp
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