diff options
author | Dan Lake | 2012-02-02 17:41:05 -0800 |
---|---|---|
committer | Dan Lake | 2012-02-02 17:41:05 -0800 |
commit | 146d78edfa2974038a7efe3f1c0f3d0e8d8520ae (patch) | |
tree | 8d3a7103716326534ca63bb947a23cebe507046b /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | fix line endings (diff) | |
download | opensim-SC_OLD-146d78edfa2974038a7efe3f1c0f3d0e8d8520ae.zip opensim-SC_OLD-146d78edfa2974038a7efe3f1c0f3d0e8d8520ae.tar.gz opensim-SC_OLD-146d78edfa2974038a7efe3f1c0f3d0e8d8520ae.tar.bz2 opensim-SC_OLD-146d78edfa2974038a7efe3f1c0f3d0e8d8520ae.tar.xz |
ObjectAddedToScene event should be fired when duplicating objects
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 1487fac..7d801b5 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1873,22 +1873,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1873 | } | 1873 | } |
1874 | 1874 | ||
1875 | /// <summary> | 1875 | /// <summary> |
1876 | /// Duplicate the given object, Fire and Forget, No rotation, no return wrapper | ||
1877 | /// </summary> | ||
1878 | /// <param name="originalPrim"></param> | ||
1879 | /// <param name="offset"></param> | ||
1880 | /// <param name="flags"></param> | ||
1881 | /// <param name="AgentID"></param> | ||
1882 | /// <param name="GroupID"></param> | ||
1883 | protected internal void DuplicateObject(uint originalPrim, Vector3 offset, uint flags, UUID AgentID, UUID GroupID) | ||
1884 | { | ||
1885 | //m_log.DebugFormat("[SCENE]: Duplication of object {0} at offset {1} requested by agent {2}", originalPrim, offset, AgentID); | ||
1886 | |||
1887 | // SceneObjectGroup dupe = DuplicateObject(originalPrim, offset, flags, AgentID, GroupID, Quaternion.Zero); | ||
1888 | DuplicateObject(originalPrim, offset, flags, AgentID, GroupID, Quaternion.Identity); | ||
1889 | } | ||
1890 | |||
1891 | /// <summary> | ||
1892 | /// Duplicate the given object. | 1876 | /// Duplicate the given object. |
1893 | /// </summary> | 1877 | /// </summary> |
1894 | /// <param name="originalPrim"></param> | 1878 | /// <param name="originalPrim"></param> |