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.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/pipeline.cpp b/linden/indra/newview/pipeline.cpp
index 5458af5..ae0e605 100644
--- a/linden/indra/newview/pipeline.cpp
+++ b/linden/indra/newview/pipeline.cpp
@@ -257,7 +257,8 @@ BOOL LLPipeline::sRenderFrameTest = FALSE;
257BOOL LLPipeline::sRenderAttachedLights = TRUE; 257BOOL LLPipeline::sRenderAttachedLights = TRUE;
258BOOL LLPipeline::sRenderAttachedParticles = TRUE; 258BOOL LLPipeline::sRenderAttachedParticles = TRUE;
259BOOL LLPipeline::sRenderDeferred = FALSE; 259BOOL LLPipeline::sRenderDeferred = FALSE;
260S32 LLPipeline::sVisibleLightCount = 0; 260S32 LLPipeline::sVisibleLightCount = 0;
261F32 LLPipeline::sSculptSurfaceAreaFrame = 0.0;
261 262
262static LLCullResult* sCull = NULL; 263static LLCullResult* sCull = NULL;
263 264
@@ -2198,6 +2199,8 @@ void LLPipeline::postSort(LLCamera& camera)
2198 LLFastTimer ftm(LLFastTimer::FTM_STATESORT_POSTSORT); 2199 LLFastTimer ftm(LLFastTimer::FTM_STATESORT_POSTSORT);
2199 2200
2200 assertInitialized(); 2201 assertInitialized();
2202
2203 sSculptSurfaceAreaFrame = 0.0;
2201 2204
2202 //rebuild drawable geometry 2205 //rebuild drawable geometry
2203 for (LLCullResult::sg_list_t::iterator i = sCull->beginDrawableGroups(); i != sCull->endDrawableGroups(); ++i) 2206 for (LLCullResult::sg_list_t::iterator i = sCull->beginDrawableGroups(); i != sCull->endDrawableGroups(); ++i)