diff options
author | Justin Clarke Casey | 2008-07-12 21:03:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-12 21:03:12 +0000 |
commit | 000d5e8b93c865f7be21717a52a5a897b0ce3344 (patch) | |
tree | 742cb284ff2fb3f20fa158fc0258fdd4e9b9e41f /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |
parent | * refactor: Move xml/archive loading and saving code into separate methods re... (diff) | |
download | opensim-SC_OLD-000d5e8b93c865f7be21717a52a5a897b0ce3344.zip opensim-SC_OLD-000d5e8b93c865f7be21717a52a5a897b0ce3344.tar.gz opensim-SC_OLD-000d5e8b93c865f7be21717a52a5a897b0ce3344.tar.bz2 opensim-SC_OLD-000d5e8b93c865f7be21717a52a5a897b0ce3344.tar.xz |
* minor: just some null guards and name changes to make it clearer that prim count is actually a prim local id dispenser
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; |