diff options
author | Justin Clark-Casey (justincc) | 2010-08-07 01:06:47 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-07 01:06:47 +0100 |
commit | 4e2caab756e1b7ebd58682efe92401e2e2d5a917 (patch) | |
tree | e62bcfc5506050854ba5541df3e828eb159ef0d8 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | Remove old test classes that don't actually test anything not done elsewhere (diff) | |
download | opensim-SC_OLD-4e2caab756e1b7ebd58682efe92401e2e2d5a917.zip opensim-SC_OLD-4e2caab756e1b7ebd58682efe92401e2e2d5a917.tar.gz opensim-SC_OLD-4e2caab756e1b7ebd58682efe92401e2e2d5a917.tar.bz2 opensim-SC_OLD-4e2caab756e1b7ebd58682efe92401e2e2d5a917.tar.xz |
Add new SceneGraphTests class. Add simple TestDuplicateObject()
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 03549d7..9f38a99 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1739,7 +1739,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1739 | /// <param name="AgentID"></param> | 1739 | /// <param name="AgentID"></param> |
1740 | /// <param name="GroupID"></param> | 1740 | /// <param name="GroupID"></param> |
1741 | /// <param name="rot"></param> | 1741 | /// <param name="rot"></param> |
1742 | protected internal SceneObjectGroup DuplicateObject(uint originalPrimID, Vector3 offset, uint flags, UUID AgentID, UUID GroupID, Quaternion rot) | 1742 | public SceneObjectGroup DuplicateObject(uint originalPrimID, Vector3 offset, uint flags, UUID AgentID, UUID GroupID, Quaternion rot) |
1743 | { | 1743 | { |
1744 | //m_log.DebugFormat("[SCENE]: Duplication of object {0} at offset {1} requested by agent {2}", originalPrim, offset, AgentID); | 1744 | //m_log.DebugFormat("[SCENE]: Duplication of object {0} at offset {1} requested by agent {2}", originalPrim, offset, AgentID); |
1745 | SceneObjectGroup original = GetGroupByPrim(originalPrimID); | 1745 | SceneObjectGroup original = GetGroupByPrim(originalPrimID); |