diff options
author | Dave Parks <davep@lindenlab.com> | 2013-04-10 01:12:18 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-04-10 01:12:18 -0500 |
commit | f86fd87437963a4e4eeffa58f4a7fb5ba30ce193 (patch) | |
tree | 0d3df5df1fe984959b65c75b55be29669ee39a2e /indra/newview | |
parent | aaad46c18b2b49a06cec65afdb0077690f6e80a7 (diff) |
Fix for mac build?
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 23192e61bc..bc1daa8b10 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4072,7 +4072,7 @@ void LLVolumeGeometryManager::registerFace(LLSpatialGroup* group, LLFace* facep, U8 index = facep->getTextureIndex(); - LLMaterial* mat = LLPipeline::sRenderDeferred ? facep->getTextureEntry()->getMaterialParams() : NULL; + LLMaterial* mat = LLPipeline::sRenderDeferred ? facep->getTextureEntry()->getMaterialParams().get() : NULL; bool batchable = false; |