diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index a83119e..be2bbc5 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -1738,7 +1738,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1738 | // which stops client-side interpolation of deactivated joint proxy objects. | 1738 | // which stops client-side interpolation of deactivated joint proxy objects. |
1739 | } | 1739 | } |
1740 | 1740 | ||
1741 | if (!UsePhysics && !isNew) | 1741 | if (!UsePhysics) |
1742 | { | 1742 | { |
1743 | // reset velocity to 0 on physics switch-off. Without that, the client thinks the | 1743 | // reset velocity to 0 on physics switch-off. Without that, the client thinks the |
1744 | // prim still has velocity and continues to interpolate its position along the old | 1744 | // prim still has velocity and continues to interpolate its position along the old |