diff options
author | callum_linden <none@none> | 2013-05-06 19:45:23 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2013-05-06 19:45:23 -0700 |
commit | 1e7b133e75c2c93290db6b0c9db721e95849ff30 (patch) | |
tree | 0a329819a22244fb84a0f25d2f3e9c04f0d3dd29 /indra/newview/llspatialpartition.cpp | |
parent | 90d3045c7f693f599dac64c1845ddc639150fe1e (diff) | |
parent | 9609fa72594dd71f8be6417b5a889cfac7112cfd (diff) |
Merge with 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), |