aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvovolume.cpp')
-rw-r--r--linden/indra/newview/llvovolume.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llvovolume.cpp b/linden/indra/newview/llvovolume.cpp
index ccf0cba..a0a83f5 100644
--- a/linden/indra/newview/llvovolume.cpp
+++ b/linden/indra/newview/llvovolume.cpp
@@ -800,6 +800,8 @@ BOOL LLVOVolume::updateLOD()
800 mLODChanged = TRUE; 800 mLODChanged = TRUE;
801 } 801 }
802 802
803 lod_changed |= LLViewerObject::updateLOD();
804
803 return lod_changed; 805 return lod_changed;
804} 806}
805 807
@@ -1128,7 +1130,7 @@ BOOL LLVOVolume::updateGeometry(LLDrawable *drawable)
1128 mSculptChanged = FALSE; 1130 mSculptChanged = FALSE;
1129 mFaceMappingChanged = FALSE; 1131 mFaceMappingChanged = FALSE;
1130 1132
1131 return TRUE; 1133 return LLViewerObject::updateGeometry(drawable);
1132} 1134}
1133 1135
1134void LLVOVolume::updateFaceSize(S32 idx) 1136void LLVOVolume::updateFaceSize(S32 idx)