diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2014-07-09 18:02:01 +0300 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2014-07-09 18:02:01 +0300 |
commit | c4433e4fc8b35b3403503a9e5062e169c35258f5 (patch) | |
tree | e4536d630f58316b6cf3c770bedd4097447dfe61 /indra/newview/lldrawpool.cpp | |
parent | 7ef544a07f6f23c553e94b10931dc14e2a0f26b2 (diff) |
MAINT-4092 FIXED Prim faces with opaque diffuse maps, with material set to ALPHA_MODE_BLEND, do not render when ALM is enabled
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
-rwxr-xr-x | indra/newview/lldrawpool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp index 5b151bdcda..f74164aea6 100755 --- a/indra/newview/lldrawpool.cpp +++ b/indra/newview/lldrawpool.cpp @@ -443,7 +443,7 @@ void LLRenderPass::pushMaskBatches(U32 type, U32 mask, BOOL texture, BOOL batch_ } } -void LLRenderPass::applyModelMatrix(LLDrawInfo& params) +void LLRenderPass::applyModelMatrix(const LLDrawInfo& params) { if (params.mModelMatrix != gGLLastMatrix) { |