summaryrefslogtreecommitdiff
path: root/indra/newview/llsurfacepatch.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-09-02 12:14:32 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-09-02 12:14:32 +0300
commit742ecbd4ec80d0405ef34eb2411ef3ea52607c3e (patch)
tree54ebddd6a214d7acc940cc904768c2859b86e0a1 /indra/newview/llsurfacepatch.cpp
parent1d68e07c249e978c67b71b2d3b64f4420c99fc18 (diff)
SL-17823 FIXED Terrain texture does not show in minimap when relogging.
Diffstat (limited to 'indra/newview/llsurfacepatch.cpp')
-rw-r--r--indra/newview/llsurfacepatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsurfacepatch.cpp b/indra/newview/llsurfacepatch.cpp
index aeefcd6fb8..449d3d95c8 100644
--- a/indra/newview/llsurfacepatch.cpp
+++ b/indra/newview/llsurfacepatch.cpp
@@ -714,7 +714,7 @@ BOOL LLSurfacePatch::updateTexture()
{
mVObjp->dirtyGeom();
gPipeline.markGLRebuild(mVObjp);
- return TRUE;
+ return !mSTexUpdate;
}
}
}