diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObject.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObject.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObject.cs b/OpenSim/Region/Environment/Scenes/SceneObject.cs index 9a46fbf..00d7c63 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObject.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObject.cs | |||
@@ -178,8 +178,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
178 | /// <param name="remoteClient"></param> | 178 | /// <param name="remoteClient"></param> |
179 | public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient) | 179 | public void GrapMovement(LLVector3 offset, LLVector3 pos, IClientAPI remoteClient) |
180 | { | 180 | { |
181 | //this.Pos = pos; | 181 | this.rootPrimitive.Pos = pos ; |
182 | this.rootPrimitive.Pos = pos; | ||
183 | this.rootPrimitive.SendTerseUpdateForAllChildren(remoteClient); | 182 | this.rootPrimitive.SendTerseUpdateForAllChildren(remoteClient); |
184 | } | 183 | } |
185 | 184 | ||