Fix a line deletion that should not have been deleted

LSLKeyTest
Melanie Thielker 2016-05-23 19:33:36 +02:00
parent 08bd80f5f4
commit bcee4e3772
1 changed files with 1 additions and 0 deletions

View File

@ -3377,6 +3377,7 @@ namespace OpenSim.Region.Framework.Scenes
Vector3 up = new Vector3((float)x, (float)y, (float)z);
sitOffset = up * Appearance.AvatarHeight * 0.02638f;
newPos = sitTargetPos + sitOffset + SIT_TARGET_ADJUSTMENT;
}
Quaternion newRot;