summaryrefslogtreecommitdiff
path: root/indra/llappearance/lltexlayer.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-09-05 21:58:11 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-09-05 21:58:11 +0300
commitf636b48109e3234ce8a5c36502c7f2615c253bb1 (patch)
tree61622d080dc39c065013c0fe076737f70db99cff /indra/llappearance/lltexlayer.cpp
parent2325dca257a2c98816b6fcfc790060b06f223cdd (diff)
parentcd895d6e583f42349ca3bc330d82c66740ce08ab (diff)
Merged in lindenlab/viewer-manul
Diffstat (limited to 'indra/llappearance/lltexlayer.cpp')
-rw-r--r--indra/llappearance/lltexlayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp
index 3f2fcce429..186986bf9c 100644
--- a/indra/llappearance/lltexlayer.cpp
+++ b/indra/llappearance/lltexlayer.cpp
@@ -1581,8 +1581,8 @@ void LLTexLayer::renderMorphMasks(S32 x, S32 y, S32 width, S32 height, const LLC
// nSight doesn't support use of glReadPixels
if (!LLRender::sNsightDebugSupport)
{
- glReadPixels(x, y, width, height, GL_ALPHA, GL_UNSIGNED_BYTE, alpha_data);
- }
+ glReadPixels(x, y, width, height, GL_ALPHA, GL_UNSIGNED_BYTE, alpha_data);
+ }
}
getTexLayerSet()->getAvatarAppearance()->dirtyMesh();