summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-08-12 21:26:35 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2024-08-12 22:51:12 +0200
commit06846d78b50b8acd773b4c5bda0b4ed88f212a9c (patch)
tree8b31d8ddef81c455c0f41dc9992cf8fef46d0270
parentc8f0cdd1a9cc28d684022a24496aa243d4be47f4 (diff)
#2263 BugSplat Crash #1503400: SecondLifeViewer!LLDrawable::getFace(320)
-rw-r--r--indra/newview/llflexibleobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp
index 7ed62d68bd..009b9e2829 100644
--- a/indra/newview/llflexibleobject.cpp
+++ b/indra/newview/llflexibleobject.cpp
@@ -775,7 +775,7 @@ BOOL LLVolumeImplFlexible::doUpdateGeometry(LLDrawable *drawable)
}
}
- if (volume->mDrawable.isNull())
+ if (volume->mDrawable.isNull() || volume->mDrawable->isDead())
{
return TRUE; // No update to complete
}