diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs index c584cd6..c0a016e 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | |||
@@ -963,7 +963,7 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
963 | if (m_flying) | 963 | if (m_flying) |
964 | { | 964 | { |
965 | // Slight PID correction | 965 | // Slight PID correction |
966 | vec.Z += (((-1 * m_parent_scene.gravityz) * m_mass) * 0.035f); | 966 | vec.Z += (((-1 * m_parent_scene.gravityz) * m_mass) * 0.06f); |
967 | 967 | ||
968 | 968 | ||
969 | //auto fly height. Kitto Flora | 969 | //auto fly height. Kitto Flora |