summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-03-04 17:05:23 -0600
committerDave Parks <davep@lindenlab.com>2022-03-04 17:05:23 -0600
commitfbc56fcb3d20da0421a2e25ea042cbd06e52d2d1 (patch)
tree110fafbb69b883da743ace3732beab7858654214 /indra
parent9dc8fee0f52b5cf9d0cfc85fd285b3829b165796 (diff)
parent7d8170cd198154fe6f7932794bf41e61b14a7700 (diff)
Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-546
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llvovolume.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 1625dd5276..f8728a5ab7 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -5689,6 +5689,8 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group)
pool->removeFace(facep);
}
facep->clearState(LLFace::RIGGED);
+ facep->mAvatar = NULL;
+ facep->mSkinInfo = NULL;
}
}