From 92ce47a1b21b3cc06d3d962394f44617a780ffbd Mon Sep 17 00:00:00 2001 From: prep Date: Wed, 9 May 2012 15:56:06 -0400 Subject: Added support to disable a draw pool. When the movable option checkbox is selected we will now also cull the terrain draw pool. --- indra/newview/lldrawpool.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/lldrawpool.cpp') diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp index 35f8a85796..81f4e3d48f 100644 --- a/indra/newview/lldrawpool.cpp +++ b/indra/newview/lldrawpool.cpp @@ -116,6 +116,7 @@ LLDrawPool::LLDrawPool(const U32 type) sNumDrawPools++; mId = sNumDrawPools; mVertexShaderLevel = 0; + mSkipRender = false; } LLDrawPool::~LLDrawPool() -- cgit v1.2.3