diff options
author | Oz Linden <oz@lindenlab.com> | 2016-04-21 14:47:09 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-04-21 14:47:09 -0400 |
commit | 185aeb2dcc6953b86e25dcb1c3727e7f1255acbc (patch) | |
tree | 8db1d05fe83754720a54054abf9d4dbebfaadaa9 /indra/newview/llviewertexture.cpp | |
parent | 56ca48390535f543456a0b59365b428198414d4f (diff) | |
parent | 503dc6ee656bdf579107ff9712ae8e960dd91100 (diff) |
Merged in ruslantproductengine/ruslanteliuk-391-blizzard (pull request #30)
MAINT-6317 [QuickGraphics-RC] Some rigged mesh attachments render fully on jellybaby avatars when ALM is enabled
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r-- | indra/newview/llviewertexture.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index e2b8ff8e80..5a38ab5c9d 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -1117,6 +1117,7 @@ void LLViewerFetchedTexture::init(bool firstinit) mLastCallBackActiveTime = 0.f; mForceCallbackFetch = FALSE; mInDebug = FALSE; + mUnremovable = FALSE; mFTType = FTT_UNKNOWN; } |