aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-02 15:16:32 +0000
committerJustin Clarke Casey2008-04-02 15:16:32 +0000
commit1038c244cf950f291252b95dabcda5b550a0db2c (patch)
tree5d294ae3aca5af985f40af1ebce68fd1103f8cf0 /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
parentrefactor, make the file name the class name (diff)
downloadopensim-SC_OLD-1038c244cf950f291252b95dabcda5b550a0db2c.zip
opensim-SC_OLD-1038c244cf950f291252b95dabcda5b550a0db2c.tar.gz
opensim-SC_OLD-1038c244cf950f291252b95dabcda5b550a0db2c.tar.bz2
opensim-SC_OLD-1038c244cf950f291252b95dabcda5b550a0db2c.tar.xz
* Add some temporary task inventory item inflation debug messages to investigate mantis 854
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index eb7ad33..6761fb4 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -287,7 +287,7 @@ namespace OpenSim.Region.Environment.Scenes
287 } 287 }
288 288
289 /// <summary> 289 /// <summary>
290 /// 290 /// Restore the object from its serialized xml representation.
291 /// </summary> 291 /// </summary>
292 public SceneObjectGroup(Scene scene, ulong regionHandle, string xmlData) 292 public SceneObjectGroup(Scene scene, ulong regionHandle, string xmlData)
293 { 293 {