diff options
author | Geenz <geenz@geenzo.com> | 2013-04-15 19:40:12 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-04-15 19:40:12 -0400 |
commit | c72c3691ecf83875d4ee3e0784b3e76cb4b4633a (patch) | |
tree | 7959f729f94b8fcd85bb3b32a7b5bb271c746b47 /indra/newview/llspatialpartition.cpp | |
parent | 39544a3b06e3221602444eb81c7df8c1030c6bb5 (diff) | |
parent | fafa21315f043ab51e3373e825c85646685778a6 (diff) |
Merged Graham's stuff amongst others.
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 7ec0d7df58..f42586c715 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -4639,6 +4639,7 @@ LLDrawInfo::LLDrawInfo(U16 start, U16 end, U32 count, U32 offset, mFace(NULL), mDistance(0.f), mDrawMode(LLRender::TRIANGLES), + mMaterial(NULL), mSpecColor(1.0f, 1.0f, 1.0f, 0.5f), mEnvIntensity(0.0f), mAlphaMaskCutoff(0.5f), |