From 182b15aee5f1167b5771f00d8d36cde253a0c7c1 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Thu, 16 May 2013 01:59:15 -0500 Subject: [PATCH] Forgot to put changes to pipeline.cpp into the previous vbo commit. Oh well. --- indra/newview/pipeline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 3c5dcefac..311d21c0b 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -2437,10 +2437,10 @@ void LLPipeline::updateGL() } } - /*{ //seed VBO Pools + { //seed VBO Pools LLFastTimer t(FTM_SEED_VBO_POOLS); LLVertexBuffer::seedPools(); - }*/ + } } void LLPipeline::clearRebuildGroups()