diff options
author | Geenz <geenz@geenzo.com> | 2013-01-28 19:56:18 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-01-28 19:56:18 -0500 |
commit | 66a01ba4c581d79227b0e67f5f75dc248fcaf7ab (patch) | |
tree | 4d7d75127bc5e29a7493faab533678a871afd09c /indra/newview/llspatialpartition.h | |
parent | 97f9ab80f9ddce8627b9e37f973f4e683d348ac3 (diff) |
Basic normal mapping support.
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r-- | indra/newview/llspatialpartition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h index 2c4f6754ec..a71ca60d85 100644 --- a/indra/newview/llspatialpartition.h +++ b/indra/newview/llspatialpartition.h @@ -120,7 +120,7 @@ public: F32 mDistance; U32 mDrawMode; - LLMaterialID *mMaterialID; // If this is false, the following parameters are unused. + const LLMaterialID *mMaterialID; // If this is false, the following parameters are unused. LLPointer<LLViewerTexture> mSpecularMap; const LLMatrix4* mSpecularMapMatrix; LLPointer<LLViewerTexture> mNormalMap; |