diff options
author | Dave Parks <davep@lindenlab.com> | 2010-02-26 16:07:37 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-02-26 16:07:37 -0600 |
commit | a16574b919b71a67f84ac075ed2c2b717d112d31 (patch) | |
tree | c00d6630575e65872c17c3536811c753f4d6ce52 | |
parent | a681fc5b2b52871afc7578a1ef530f3770cd7061 (diff) | |
parent | 3694060444594372882068c7feac4231f02aa083 (diff) |
merge
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
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; |