diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 685a3d5..8bf8575 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -141,7 +141,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
141 | public uint m_attachmentPoint = (byte)0; | 141 | public uint m_attachmentPoint = (byte)0; |
142 | [XmlIgnore] | 142 | [XmlIgnore] |
143 | public PhysicsVector m_rotationAxis = new PhysicsVector(1f,1f,1f); | 143 | public PhysicsVector m_rotationAxis = new PhysicsVector(1f,1f,1f); |
144 | |||
145 | 144 | ||
146 | [XmlIgnore] | 145 | [XmlIgnore] |
147 | public bool m_undoing = false; | 146 | public bool m_undoing = false; |