summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-02-26 16:07:37 -0600
committerDave Parks <davep@lindenlab.com>2010-02-26 16:07:37 -0600
commita16574b919b71a67f84ac075ed2c2b717d112d31 (patch)
treec00d6630575e65872c17c3536811c753f4d6ce52
parenta681fc5b2b52871afc7578a1ef530f3770cd7061 (diff)
parent3694060444594372882068c7feac4231f02aa083 (diff)
merge
-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;