diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs index 747ae71..dc2b595 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs | |||
@@ -92,6 +92,7 @@ public class BSCharacter : BSPhysObject | |||
92 | _localID = localID; | 92 | _localID = localID; |
93 | _avName = avName; | 93 | _avName = avName; |
94 | Scene = parent_scene; | 94 | Scene = parent_scene; |
95 | _physicsActorType = (int)ActorTypes.Agent; | ||
95 | _position = pos; | 96 | _position = pos; |
96 | _size = size; | 97 | _size = size; |
97 | _flying = isFlying; | 98 | _flying = isFlying; |