diff options
Diffstat (limited to 'indra/newview/llflexibleobject.cpp')
| -rw-r--r-- | indra/newview/llflexibleobject.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llflexibleobject.cpp b/indra/newview/llflexibleobject.cpp index bafb69a835..216bca8262 100644 --- a/indra/newview/llflexibleobject.cpp +++ b/indra/newview/llflexibleobject.cpp @@ -261,6 +261,7 @@ void LLVolumeImplFlexible::onSetVolume(const LLVolumeParams &volume_params, cons  // updated every time step. In the future, perhaps there could be an   // optimization similar to what Havok does for objects that are stationary.   //--------------------------------------------------------------------------------- +static LLFastTimer::DeclareTimer FTM_FLEXIBLE_UPDATE("Update Flexies");  BOOL LLVolumeImplFlexible::doIdleUpdate(LLAgent &agent, LLWorld &world, const F64 &time)  {  	if (mVO->mDrawable.isNull()) @@ -279,7 +280,7 @@ BOOL LLVolumeImplFlexible::doIdleUpdate(LLAgent &agent, LLWorld &world, const F6  		parent->mDrawable->mQuietCount = 0;  	} -	LLFastTimer ftm(LLFastTimer::FTM_FLEXIBLE_UPDATE); +	LLFastTimer ftm(FTM_FLEXIBLE_UPDATE);  	S32 new_res = mAttributes->getSimulateLOD();  | 
