diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs index 0d45579..7e2af78 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |||
@@ -420,7 +420,7 @@ public class BSPrim : BSPhysObject | |||
420 | get { return _mass; } | 420 | get { return _mass; } |
421 | } | 421 | } |
422 | // used when we only want this prim's mass and not the linkset thing | 422 | // used when we only want this prim's mass and not the linkset thing |
423 | public override float RawMass { | 423 | public override float RawMass { |
424 | get { return _mass; } | 424 | get { return _mass; } |
425 | } | 425 | } |
426 | // Set the physical mass to the passed mass. | 426 | // Set the physical mass to the passed mass. |