diff options
Diffstat (limited to 'OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs b/OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs index d182c34..2ca7dbc 100644 --- a/OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BSCharacter.cs | |||
@@ -92,6 +92,7 @@ public sealed class BSCharacter : BSPhysObject | |||
92 | Density = BSParam.AvatarDensity; | 92 | Density = BSParam.AvatarDensity; |
93 | _isPhysical = true; | 93 | _isPhysical = true; |
94 | 94 | ||
95 | _footOffset = footOffset; | ||
95 | // Adjustments for zero X and Y made in Size() | 96 | // Adjustments for zero X and Y made in Size() |
96 | // This also computes avatar scale, volume, and mass | 97 | // This also computes avatar scale, volume, and mass |
97 | SetAvatarSize(size, footOffset, true /* initializing */); | 98 | SetAvatarSize(size, footOffset, true /* initializing */); |