From 7d8170cd198154fe6f7932794bf41e61b14a7700 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Fri, 4 Mar 2022 16:37:02 +0200 Subject: SL-16495 FIXED crash when disabling "Animated Mesh" --- indra/newview/llvovolume.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview') 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; } } -- cgit v1.2.3