summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2023-05-18 18:41:53 -0500
committerRunitaiLinden <davep@lindenlab.com>2023-05-18 18:41:53 -0500
commit39820e4750d5b9f661ef74ee9868df9e471c5f36 (patch)
tree3caaaef8e35a02d5aa740b0bf1896d814dfe28b8 /indra/newview/llvovolume.cpp
parentcae8aa6ecf231302653091162aa0e13e06c25696 (diff)
DRTVWR-559 Fix for shower curtain not opening smoothly. Incidental decruft.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 7c7b91eae8..8160785d75 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -2063,7 +2063,7 @@ BOOL LLVOVolume::updateGeometry(LLDrawable *drawable)
LLSpatialGroup* group = drawable->getSpatialGroup();
if (group)
{
- gPipeline.markRebuild(group);
+ group->dirtyMesh();
}
updateRelativeXform();