diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-22 16:05:06 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-04-22 16:05:06 +0300 |
commit | cc464be2a75a868ff7292f4e7f5b098f1b4dac76 (patch) | |
tree | 4f6f8d88516d0a2864be00f230ee8df408157f58 /indra/newview/pipeline.cpp | |
parent | eea440b4542747e66c4e16037436acff90d48e22 (diff) |
SL-10828 [Dev tools] Scroll for fast timer
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index e8c9909f8c..d49c009743 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -4062,7 +4062,6 @@ void LLPipeline::postSort(LLCamera& camera) void render_hud_elements() { - LL_RECORD_BLOCK_TIME(FTM_RENDER_UI); gPipeline.disableLights(); LLGLDisable fog(GL_FOG); |