diff options
author | UbitUmarov | 2012-04-23 01:47:11 +0100 |
---|---|---|
committer | UbitUmarov | 2012-04-23 01:47:11 +0100 |
commit | e0f81e24000df3a969cd313d008194d8226272ff (patch) | |
tree | f1871ecf7d96c0699d992260b8518880e9129868 /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |
parent | fix a bug i added fixing another.... (diff) | |
download | opensim-SC_OLD-e0f81e24000df3a969cd313d008194d8226272ff.zip opensim-SC_OLD-e0f81e24000df3a969cd313d008194d8226272ff.tar.gz opensim-SC_OLD-e0f81e24000df3a969cd313d008194d8226272ff.tar.bz2 opensim-SC_OLD-e0f81e24000df3a969cd313d008194d8226272ff.tar.xz |
ubitODE - several changes...
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index f4aa231..6ffcb9e 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -686,6 +686,9 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
686 | 686 | ||
687 | Body = d.BodyCreate(_parent_scene.world); | 687 | Body = d.BodyCreate(_parent_scene.world); |
688 | 688 | ||
689 | _zeroFlag = false; | ||
690 | m_pidControllerActive = true; | ||
691 | |||
689 | d.BodySetAutoDisableFlag(Body, false); | 692 | d.BodySetAutoDisableFlag(Body, false); |
690 | d.BodySetPosition(Body, npositionX, npositionY, npositionZ); | 693 | d.BodySetPosition(Body, npositionX, npositionY, npositionZ); |
691 | 694 | ||