diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 0d178c3..b7466be 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -352,7 +352,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
352 | if (pa != null && pa.IsPhysical && vel != Vector3.Zero) | 352 | if (pa != null && pa.IsPhysical && vel != Vector3.Zero) |
353 | { | 353 | { |
354 | sceneObject.RootPart.ApplyImpulse((vel * sceneObject.GetMass()), false); | 354 | sceneObject.RootPart.ApplyImpulse((vel * sceneObject.GetMass()), false); |
355 | sceneObject.Velocity = vel; | ||
356 | } | 355 | } |
357 | 356 | ||
358 | return true; | 357 | return true; |