diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-02-15 09:51:19 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-02-15 09:51:19 -0600 |
| commit | 9630a1a2bcc80a930d0dda661d8c17db88541f35 (patch) | |
| tree | 3bf964e10dcd679c7362c272eac96238033393b2 /indra/newview/lldrawpool.cpp | |
| parent | 1b19b7cdc9e3d7560c3bd952d81076aee5ae13c2 (diff) | |
SL-18568 Fix for only one projector casting shadows.
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
| -rw-r--r-- | indra/newview/lldrawpool.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp index 7fe8b02cc5..56377069bb 100644 --- a/indra/newview/lldrawpool.cpp +++ b/indra/newview/lldrawpool.cpp @@ -648,11 +648,6 @@ void LLRenderPass::pushBatch(LLDrawInfo& params, bool texture, bool batch_textur } } - //if (params.mGroup) // TOO LATE! - //{ - // params.mGroup->rebuildMesh(); - //} - params.mVertexBuffer->setBuffer(); params.mVertexBuffer->drawRange(LLRender::TRIANGLES, params.mStart, params.mEnd, params.mCount, params.mOffset); |
