Try suggested fix for minimap tiles missing until LL comes up with a different solution

master
Ansariel 2024-12-20 13:20:14 +01:00
parent f6da6055ad
commit 5df5f5144e
1 changed files with 4 additions and 1 deletions

View File

@ -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();