diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPrim.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPrim.cs b/OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPrim.cs index b89eeed..47d7df3 100644 --- a/OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPrim.cs +++ b/OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPrim.cs | |||
@@ -37,7 +37,7 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin | |||
37 | public class BasicPhysicsPrim : PhysicsActor | 37 | public class BasicPhysicsPrim : PhysicsActor |
38 | { | 38 | { |
39 | private Vector3 _size; | 39 | private Vector3 _size; |
40 | private PrimitiveBaseShape _shape; | 40 | // private PrimitiveBaseShape _shape; |
41 | 41 | ||
42 | public BasicPhysicsPrim( | 42 | public BasicPhysicsPrim( |
43 | string name, uint localId, Vector3 position, Vector3 size, Quaternion orientation, PrimitiveBaseShape shape) | 43 | string name, uint localId, Vector3 position, Vector3 size, Quaternion orientation, PrimitiveBaseShape shape) |
@@ -136,7 +136,8 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin | |||
136 | 136 | ||
137 | public override PrimitiveBaseShape Shape | 137 | public override PrimitiveBaseShape Shape |
138 | { | 138 | { |
139 | set { _shape = value; } | 139 | // set { _shape = value; } |
140 | set {} | ||
140 | } | 141 | } |
141 | 142 | ||
142 | public override float Mass | 143 | public override float Mass |