diff options
author | Melanie | 2011-12-05 19:33:25 +0100 |
---|---|---|
committer | Melanie | 2011-12-05 19:33:25 +0100 |
commit | 6362df1202aa1b44dc576128bcd6afd597046792 (patch) | |
tree | 28c1eb7179e4fddc67ef3dfdacdc50d0887f8db1 /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |
parent | Merge branch 'master' into bigmerge (diff) | |
download | opensim-SC-6362df1202aa1b44dc576128bcd6afd597046792.zip opensim-SC-6362df1202aa1b44dc576128bcd6afd597046792.tar.gz opensim-SC-6362df1202aa1b44dc576128bcd6afd597046792.tar.bz2 opensim-SC-6362df1202aa1b44dc576128bcd6afd597046792.tar.xz |
Serialize the Volume Detect field
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index dbf29d0..3bce3c0 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -220,8 +220,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
220 | 220 | ||
221 | public Vector3 RotationAxis = Vector3.One; | 221 | public Vector3 RotationAxis = Vector3.One; |
222 | 222 | ||
223 | public bool VolumeDetectActive; // XmlIgnore set to avoid problems with persistance until I come to care for this | 223 | public bool VolumeDetectActive; |
224 | // Certainly this must be a persistant setting finally | ||
225 | 224 | ||
226 | public bool IsWaitingForFirstSpinUpdatePacket; | 225 | public bool IsWaitingForFirstSpinUpdatePacket; |
227 | 226 | ||