diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index 6ffcb9e..8b5b989 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -346,12 +346,11 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
346 | m_iscollidingObj = true; | 346 | m_iscollidingObj = true; |
347 | 347 | ||
348 | // m_iscollidingObj = value; | 348 | // m_iscollidingObj = value; |
349 | /* | 349 | |
350 | if (m_iscollidingObj) | 350 | if (m_iscollidingObj) |
351 | m_pidControllerActive = false; | 351 | m_pidControllerActive = false; |
352 | else | 352 | else |
353 | m_pidControllerActive = true; | 353 | m_pidControllerActive = true; |
354 | */ | ||
355 | } | 354 | } |
356 | } | 355 | } |
357 | 356 | ||