From 9768b3e42fdf5f9e4f0e0791193c52d01ff8b094 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Wed, 25 Dec 2013 18:53:29 +0100 Subject: [PATCH] Build fix --- indra/newview/pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index b0fb54512..5dd82bc4a 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -3959,7 +3959,7 @@ void renderSelectedFaces(LLGLSLShader& shader, std::vector &selected_fa } const LLTextureEntry* te = facep->getTextureEntry(); - LLMaterial* mat = te ? te->getMaterialParams() : NULL; + LLMaterial* mat = te ? te->getMaterialParams().get() : NULL; if(channel == LLRender::DIFFUSE_MAP) {