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/llspatialpartition.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/llspatialpartition.cpp')
-rwxr-xr-x | indra/newview/llspatialpartition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 0a8257f42b..5e342099d7 100755 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -1632,7 +1632,7 @@ void pushVertsColorCoded(LLSpatialGroup* group, U32 mask) { LLDrawInfo* params = NULL; - LLColor4 colors[] = { + static const LLColor4 colors[] = { LLColor4::green, LLColor4::green1, LLColor4::green2, |