Try suggested fix for minimap tiles missing until LL comes up with a different solution
parent
f6da6055ad
commit
5df5f5144e
|
|
@ -224,7 +224,10 @@ LLViewerTexture* LLSurface::getSTexture()
|
|||
|
||||
void LLSurface::createSTexture()
|
||||
{
|
||||
if (!mSTexturep)
|
||||
// <FS:Ansariel> Fix for minimap world tiles missing
|
||||
//if (!mSTexturep)
|
||||
if (mSTexturep.isNull() || !mSTexturep->hasGLTexture())
|
||||
// </FS:Ansariel>
|
||||
{
|
||||
U64 handle = mRegionp->getHandle();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue