diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llflexibleobject.cpp | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp index ea019bcb93..2e9c804b21 100644 --- a/indra/newview/llflexibleobject.cpp +++ b/indra/newview/llflexibleobject.cpp @@ -788,11 +788,7 @@ BOOL LLVolumeImplFlexible::doUpdateGeometry(LLDrawable *drawable)  	volume->updateRelativeXform(); -	if (mRenderRes > -1) -	{ -		LL_RECORD_BLOCK_TIME(FTM_DO_FLEXIBLE_UPDATE); -		doFlexibleUpdate(); -	} +	doFlexibleUpdate();  	// Object may have been rotated, which means it needs a rebuild.  See SL-47220  	BOOL	rotated = FALSE;  | 
