diff --git a/indra/newview/llsurface.cpp b/indra/newview/llsurface.cpp index 905976844a..174c2c3e41 100644 --- a/indra/newview/llsurface.cpp +++ b/indra/newview/llsurface.cpp @@ -224,7 +224,10 @@ LLViewerTexture* LLSurface::getSTexture() void LLSurface::createSTexture() { - if (!mSTexturep) + // Fix for minimap world tiles missing + //if (!mSTexturep) + if (mSTexturep.isNull() || !mSTexturep->hasGLTexture()) + // { U64 handle = mRegionp->getHandle();