remove sceneGraph MoveObject and make it part of ProcessObjectGrabUpdate ( scene.PacketHandlers) where it belongs

This commit is contained in:
UbitUmarov
2016-08-21 20:00:27 +01:00
parent c631ffb943
commit 0baaa23bde
3 changed files with 19 additions and 7 deletions

View File

@@ -1674,7 +1674,7 @@ namespace OpenSim.Region.Framework.Scenes
}
}
}
/* moved to scene ProcessObjectGrabUpdate
/// <summary>
/// Move the given object
/// </summary>
@@ -1699,7 +1699,7 @@ namespace OpenSim.Region.Framework.Scenes
group.SendGroupTerseUpdate();
}
}
*/
/// <summary>
/// Start spinning the given object
/// </summary>