aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorlbsa712007-10-12 19:31:37 +0000
committerlbsa712007-10-12 19:31:37 +0000
commitb77bf180799e181836e0cc87a62003c36fcbd740 (patch)
treed7d2069742cab910e3f83167087bdd4a11790555 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
parentI broke the build and am reverting until I can get the MainLog call proper. (diff)
downloadopensim-SC_OLD-b77bf180799e181836e0cc87a62003c36fcbd740.zip
opensim-SC_OLD-b77bf180799e181836e0cc87a62003c36fcbd740.tar.gz
opensim-SC_OLD-b77bf180799e181836e0cc87a62003c36fcbd740.tar.bz2
opensim-SC_OLD-b77bf180799e181836e0cc87a62003c36fcbd740.tar.xz
* Just extracted a standard ToXml() on SceneObjectGroup
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectPart.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
index 22408d3..1004e62 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs
@@ -22,7 +22,8 @@ namespace OpenSim.Region.Environment.Scenes
22 private string m_inventoryFileName = ""; 22 private string m_inventoryFileName = "";
23 private LLUUID m_folderID = LLUUID.Zero; 23 private LLUUID m_folderID = LLUUID.Zero;
24 24
25 [XmlIgnore] public PhysicsActor PhysActor = null; 25 [XmlIgnore]
26 public PhysicsActor PhysActor = null;
26 27
27 protected Dictionary<LLUUID, TaskInventoryItem> TaskInventory = new Dictionary<LLUUID, TaskInventoryItem>(); 28 protected Dictionary<LLUUID, TaskInventoryItem> TaskInventory = new Dictionary<LLUUID, TaskInventoryItem>();
28 29