diff options
Diffstat (limited to 'linden/indra/newview/pipeline.cpp')
-rw-r--r-- | linden/indra/newview/pipeline.cpp | 5 |
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; | |||
257 | BOOL LLPipeline::sRenderAttachedLights = TRUE; | 257 | BOOL LLPipeline::sRenderAttachedLights = TRUE; |
258 | BOOL LLPipeline::sRenderAttachedParticles = TRUE; | 258 | BOOL LLPipeline::sRenderAttachedParticles = TRUE; |
259 | BOOL LLPipeline::sRenderDeferred = FALSE; | 259 | BOOL LLPipeline::sRenderDeferred = FALSE; |
260 | S32 LLPipeline::sVisibleLightCount = 0; | 260 | S32 LLPipeline::sVisibleLightCount = 0; |
261 | F32 LLPipeline::sSculptSurfaceAreaFrame = 0.0; | ||
261 | 262 | ||
262 | static LLCullResult* sCull = NULL; | 263 | static 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) |