diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-10-10 20:39:02 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-10-10 20:39:02 +0100 |
commit | 47cb1a25fe63743ea7788933020493b3c45a8472 (patch) | |
tree | 3dcfa6aef5cd7a40d8b1e230bf4f7171bfadd273 /indra/newview/pipeline.cpp | |
parent | 9ad912b601425bef843bfc45e9d8075623c37584 (diff) |
SL-9849 - color tweaks for dynamic bounding box. show impostor extents varies line thickness depending on how recently impostor was generated
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index b493219851..e7f50f6b59 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -11661,6 +11661,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar) avatar->mNeedsImpostorUpdate = FALSE; avatar->cacheImpostorValues(); + avatar->mLastImpostorUpdateFrameTime = gFrameTimeSeconds; LLVertexBuffer::unbind(); LLGLState::checkStates(); |