aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index c811966..b06fa2f 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -449,7 +449,11 @@ namespace OpenSim.Region.Environment.Scenes
449 new PhysicsVector(rootPart.Scale.X, rootPart.Scale.Y, rootPart.Scale.Z), 449 new PhysicsVector(rootPart.Scale.X, rootPart.Scale.Y, rootPart.Scale.Z),
450 new Quaternion(rootPart.RotationOffset.W, rootPart.RotationOffset.X, 450 new Quaternion(rootPart.RotationOffset.W, rootPart.RotationOffset.X,
451 rootPart.RotationOffset.Y, rootPart.RotationOffset.Z), UsePhysics); 451 rootPart.RotationOffset.Y, rootPart.RotationOffset.Z), UsePhysics);
452
453 rootPart.doPhysicsPropertyUpdate(UsePhysics);
454
452 } 455 }
456 rootPart.ScheduleFullUpdate();
453 } 457 }
454 } 458 }
455} \ No newline at end of file 459} \ No newline at end of file