diff options
author | Dave Parks <davep@lindenlab.com> | 2013-05-06 16:57:13 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-05-06 16:57:13 -0500 |
commit | 9609fa72594dd71f8be6417b5a889cfac7112cfd (patch) | |
tree | 7549ef4fe79639c43a52baeb50d1937c2a343230 /indra/newview/llspatialpartition.cpp | |
parent | 85a123a3e3b07de57bba18e46bdad615174428da (diff) | |
parent | 18e3985120d53acdf07d43dce79312b78629e57a (diff) |
Automated merge with https://bitbucket.org/lindenlab/viewer-development-materials
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index 6bb9d5f201..252f129133 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -4634,6 +4634,7 @@ LLDrawInfo::LLDrawInfo(U16 start, U16 end, U32 count, U32 offset, mDistance(0.f), mDrawMode(LLRender::TRIANGLES), mMaterial(NULL), + mShaderMask(0), mSpecColor(1.0f, 1.0f, 1.0f, 0.5f), mEnvIntensity(0.0f), mAlphaMaskCutoff(0.5f), |