summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-02-26 16:07:11 -0600
committerDave Parks <davep@lindenlab.com>2010-02-26 16:07:11 -0600
commit3694060444594372882068c7feac4231f02aa083 (patch)
tree97e2b7fdd3b4b67bc214118447f0d52dd0ee1925 /indra
parent2194d9a58e2451527c63c92d2ebf1760f756ddc4 (diff)
VWR-17462 Fix for some updates not getting applied properly.
Diffstat (limited to 'indra')
-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 f1b27fb4df..86d8204473 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -1412,7 +1412,7 @@ BOOL LLVOVolume::updateGeometry(LLDrawable *drawable)
return res;
}
- dirtySpatialGroup();
+ dirtySpatialGroup(drawable->isState(LLDrawable::IN_REBUILD_Q1));
BOOL compiled = FALSE;