diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index d488189..ac2fe82 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -896,6 +896,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
896 | ApplyPhysics(); | 896 | ApplyPhysics(); |
897 | 897 | ||
898 | if (RootPart.PhysActor != null) | 898 | if (RootPart.PhysActor != null) |
899 | RootPart.Force = RootPart.Force; | ||
900 | if (RootPart.PhysActor != null) | ||
901 | RootPart.Torque = RootPart.Torque; | ||
902 | if (RootPart.PhysActor != null) | ||
899 | RootPart.Buoyancy = RootPart.Buoyancy; | 903 | RootPart.Buoyancy = RootPart.Buoyancy; |
900 | 904 | ||
901 | // Don't trigger the update here - otherwise some client issues occur when multiple updates are scheduled | 905 | // Don't trigger the update here - otherwise some client issues occur when multiple updates are scheduled |