diff options
author | Teravus Ovares | 2008-01-18 19:01:35 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-18 19:01:35 +0000 |
commit | b7ab6d705ad8e78c2bf72fb5002ce4593fa6e0f7 (patch) | |
tree | e028b912ce9b863b178eb7d80d19cd1e26b78ed6 /OpenSim/Region/Physics/OdePlugin | |
parent | On reflection, HasGroupChanged is more appropriate (diff) | |
download | opensim-SC_OLD-b7ab6d705ad8e78c2bf72fb5002ce4593fa6e0f7.zip opensim-SC_OLD-b7ab6d705ad8e78c2bf72fb5002ce4593fa6e0f7.tar.gz opensim-SC_OLD-b7ab6d705ad8e78c2bf72fb5002ce4593fa6e0f7.tar.bz2 opensim-SC_OLD-b7ab6d705ad8e78c2bf72fb5002ce4593fa6e0f7.tar.xz |
* Physics update to perhaps help people who have capsules that have capsized
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 85aac93..9a37a9e 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -398,7 +398,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
398 | d.JointSetAMotorParam(Amotor, (int)dParam.FudgeFactor, 0f); | 398 | d.JointSetAMotorParam(Amotor, (int)dParam.FudgeFactor, 0f); |
399 | d.JointSetAMotorParam(Amotor, (int)dParam.FMax, 3800000f); | 399 | d.JointSetAMotorParam(Amotor, (int)dParam.FMax, 3800000f); |
400 | 400 | ||
401 | //standupStraight(); | 401 | standupStraight(); |
402 | 402 | ||
403 | 403 | ||
404 | 404 | ||