diff options
| author | Dave Parks <davep@lindenlab.com> | 2010-02-26 16:07:11 -0600 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2010-02-26 16:07:11 -0600 | 
| commit | 3694060444594372882068c7feac4231f02aa083 (patch) | |
| tree | 97e2b7fdd3b4b67bc214118447f0d52dd0ee1925 | |
| parent | 2194d9a58e2451527c63c92d2ebf1760f756ddc4 (diff) | |
VWR-17462 Fix for some updates not getting applied properly.
| -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; | 
