replace old Attachoffset by AttachedPos. Comented out possible merge

artifacts
This commit is contained in:
UbitUmarov
2014-07-20 01:15:33 +01:00
parent 5000a5c038
commit dc717303d4
5 changed files with 11 additions and 13 deletions

View File

@@ -250,9 +250,6 @@ namespace OpenSim.Region.Framework.Scenes
[XmlIgnore]
public byte AttachPoint = 0;
[XmlIgnore]
public Vector3 AttachOffset = Vector3.Zero;
[XmlIgnore]
public Quaternion AttachRotation = Quaternion.Identity;