mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Eliminate unnecessary line from my previous commit 1d605642
This commit is contained in:
@@ -2866,8 +2866,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
Vector3 up = new Vector3((float)x, (float)y, (float)z);
|
||||
Vector3 sitOffset = up * Appearance.AvatarHeight * 0.02638f;
|
||||
|
||||
m_pos = sitTargetPos + sitOffset + SIT_TARGET_ADJUSTMENT;
|
||||
|
||||
Vector3 newPos = sitTargetPos + sitOffset + SIT_TARGET_ADJUSTMENT;
|
||||
Quaternion newRot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user