diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp index 5ff314865..8b0fd109f 100644 --- a/indra/newview/llflexibleobject.cpp +++ b/indra/newview/llflexibleobject.cpp @@ -346,7 +346,9 @@ void LLVolumeImplFlexible::doIdleUpdate(LLAgent &agent, LLWorld &world, const F6 gPipeline.markRebuild(drawablep, LLDrawable::REBUILD_POSITION, FALSE); } } - } + } + if(!mInitialized) + updateRenderRes(); } }