diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 8e0445c462bd3db86114a3c20041c2d32ffeb217..e91da392de803677af5ce9e94b1994c984c50dcf 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -2576,7 +2576,7 @@ void LLFace::setDefaultTexture(U32 nChannel, bool fShowDefault) const if ((fUpdated) && (mDrawablep)) { gPipeline.markTextured(mDrawablep); - const_cast<LLDrawable*>(mDrawablep)->updateTexture(); + mDrawablep->updateTexture(); } }