diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/lldrawable.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index b7270e696e..647c3355ca 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -550,6 +550,8 @@ F32 LLDrawable::updateXform(BOOL undamped)  	else  	{  		dist_squared = dist_vec_squared(old_pos, target_pos); +		dist_squared += (1.f - dot(old_rot, target_rot)) * 10.f; +		dist_squared += dist_vec_squared(old_scale, target_scale);  	}  	LLVector3 vec = mCurrentScale-target_scale; | 
