diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs index fc4526b..623ac8f 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs | |||
@@ -200,10 +200,9 @@ public class BSCharacter : BSPhysObject | |||
200 | } | 200 | } |
201 | } | 201 | } |
202 | public override OMV.Vector3 Scale { get; set; } | 202 | public override OMV.Vector3 Scale { get; set; } |
203 | private PrimitiveBaseShape _pbs; | ||
204 | public override PrimitiveBaseShape Shape | 203 | public override PrimitiveBaseShape Shape |
205 | { | 204 | { |
206 | set { _pbs = value;} | 205 | set { BaseShape = value; } |
207 | } | 206 | } |
208 | 207 | ||
209 | public override bool Grabbed { | 208 | public override bool Grabbed { |