parent
c13eba105f
commit
08f2236736
|
|
@ -3676,7 +3676,7 @@ bool LLViewerObject::updateLOD()
|
|||
|
||||
bool LLViewerObject::updateGeometry(LLDrawable *drawable)
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
void LLViewerObject::updateGL()
|
||||
|
|
|
|||
|
|
@ -2039,6 +2039,7 @@ bool LLVOVolume::updateGeometry(LLDrawable *drawable)
|
|||
|
||||
if (mDrawable->isState(LLDrawable::REBUILD_RIGGED))
|
||||
{
|
||||
LL_PROFILE_ZONE_NAMED_CATEGORY_VOLUME("rebuild rigged");
|
||||
updateRiggedVolume(false);
|
||||
genBBoxes(false);
|
||||
mDrawable->clearState(LLDrawable::REBUILD_RIGGED);
|
||||
|
|
|
|||
Loading…
Reference in New Issue