diff options
author | UbitUmarov | 2016-08-21 20:00:27 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-21 20:00:27 +0100 |
commit | 0baaa23bde53bf47f4c8155c5927681bc6f3a5fc (patch) | |
tree | 03c9f3f334ea0163a73108287b73442bfb21ba9f /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | remove region combine option (mega region) for config ini files (diff) | |
download | opensim-SC_OLD-0baaa23bde53bf47f4c8155c5927681bc6f3a5fc.zip opensim-SC_OLD-0baaa23bde53bf47f4c8155c5927681bc6f3a5fc.tar.gz opensim-SC_OLD-0baaa23bde53bf47f4c8155c5927681bc6f3a5fc.tar.bz2 opensim-SC_OLD-0baaa23bde53bf47f4c8155c5927681bc6f3a5fc.tar.xz |
remove sceneGraph MoveObject and make it part of ProcessObjectGrabUpdate ( scene.PacketHandlers) where it belongs
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index b65d168..0e5720f 100755 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1674,7 +1674,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1674 | } | 1674 | } |
1675 | } | 1675 | } |
1676 | } | 1676 | } |
1677 | 1677 | /* moved to scene ProcessObjectGrabUpdate | |
1678 | /// <summary> | 1678 | /// <summary> |
1679 | /// Move the given object | 1679 | /// Move the given object |
1680 | /// </summary> | 1680 | /// </summary> |
@@ -1699,7 +1699,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1699 | group.SendGroupTerseUpdate(); | 1699 | group.SendGroupTerseUpdate(); |
1700 | } | 1700 | } |
1701 | } | 1701 | } |
1702 | 1702 | */ | |
1703 | /// <summary> | 1703 | /// <summary> |
1704 | /// Start spinning the given object | 1704 | /// Start spinning the given object |
1705 | /// </summary> | 1705 | /// </summary> |