aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-04-23 01:47:11 +0100
committerUbitUmarov2012-04-23 01:47:11 +0100
commite0f81e24000df3a969cd313d008194d8226272ff (patch)
treef1871ecf7d96c0699d992260b8518880e9129868 /OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs
parentfix a bug i added fixing another.... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs3
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