diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-09-22 16:39:41 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-09-22 16:39:41 -0400 |
commit | 0c505b83591213091b6662dfdcd39ef797578923 (patch) | |
tree | 65a86c27ca5bde84bca87c84a90ae6cb6bb896e3 /indra/newview | |
parent | 12e72e3736457d70f89faa74b81dec50faef65fa (diff) | |
parent | 6d8e9cd8bde57bd033beeb9610f7094c19655ed1 (diff) |
merge
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | 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 96dfcae292..4ef050e71f 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -1356,7 +1356,7 @@ BOOL LLVOVolume::genBBoxes(BOOL force_global) BOOL rebuild = mDrawable->isState(LLDrawable::REBUILD_VOLUME | LLDrawable::REBUILD_POSITION | LLDrawable::REBUILD_RIGGED); - bool rigged = false; +// bool rigged = false; LLVolume* volume = mRiggedVolume; if (!volume) { |