From 742ecbd4ec80d0405ef34eb2411ef3ea52607c3e Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Fri, 2 Sep 2022 12:14:32 +0300 Subject: SL-17823 FIXED Terrain texture does not show in minimap when relogging. --- indra/newview/llsurfacepatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llsurfacepatch.cpp') 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; } } } -- cgit v1.2.3