diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2016-07-14 17:10:59 +0300 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2016-07-14 17:10:59 +0300 |
commit | bb4a958a00f73068fa6e531b3c38738db658d798 (patch) | |
tree | fb77202509e9100e028c315834451527c521c54c /indra/newview/llvieweroctree.cpp | |
parent | b3ae56b42796490676422a60f57cee22f6085b5a (diff) |
MAINT-6125 Mesh avatar deforms constantly
FIXED
Diffstat (limited to 'indra/newview/llvieweroctree.cpp')
-rw-r--r-- | indra/newview/llvieweroctree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvieweroctree.cpp b/indra/newview/llvieweroctree.cpp index 023f1b92ba..86591ff4df 100644 --- a/indra/newview/llvieweroctree.cpp +++ b/indra/newview/llvieweroctree.cpp @@ -465,7 +465,7 @@ LLViewerOctreeGroup::LLViewerOctreeGroup(OctreeNode* node) { LLVector4a tmp; tmp.splat(0.f); - mExtents[0] = mExtents[1] = mObjectBounds[0] = mObjectBounds[0] = mObjectBounds[1] = + mExtents[0] = mExtents[1] = mObjectBounds[0] = mObjectBounds[1] = mObjectExtents[0] = mObjectExtents[1] = tmp; mBounds[0] = node->getCenter(); |