summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-03-29 12:02:53 -0500
committerDave Parks <davep@lindenlab.com>2013-03-29 12:02:53 -0500
commitd81fde49f7927c94488c1eca24c07f4e52cbf54a (patch)
tree04d9959975dce3460263ac14d769c469410f0dd3 /indra/newview/llspatialpartition.h
parent8f0711010347e8696f04fbfd7b5e987a23d55fbf (diff)
NORSPEC-64 Fix for batches breaking on every single face when materials are in play.
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r--indra/newview/llspatialpartition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h
index a71ca60d85..13196de1ef 100644
--- a/indra/newview/llspatialpartition.h
+++ b/indra/newview/llspatialpartition.h
@@ -120,7 +120,7 @@ public:
F32 mDistance;
U32 mDrawMode;
- const LLMaterialID *mMaterialID; // If this is false, the following parameters are unused.
+ LLMaterialID mMaterialID; // If this is null, the following parameters are unused.
LLPointer<LLViewerTexture> mSpecularMap;
const LLMatrix4* mSpecularMapMatrix;
LLPointer<LLViewerTexture> mNormalMap;