Fix merge issue from core

avinationmerge
Melanie 2012-03-22 20:48:31 +00:00
parent 76a54f4680
commit 53b4551b58
1 changed files with 1 additions and 1 deletions

View File

@ -8408,7 +8408,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
LSL_Vector lower;
LSL_Vector upper;
if (presence.Animator.Animations.DefaultAnimation.AnimID
== AnimationSet.Animations.AnimsUUID["SIT_GROUND_CONSTRAINED"])
== DefaultAvatarAnimations.AnimsUUID["SIT_GROUND_CONSTRAINED"])
{
// This is for ground sitting avatars
float height = presence.Appearance.AvatarHeight / 2.66666667f;