diff options
author | UbitUmarov | 2012-04-27 03:44:15 +0100 |
---|---|---|
committer | UbitUmarov | 2012-04-27 03:44:15 +0100 |
commit | e974d493c689a7fda925e72de78fddc05cfa5225 (patch) | |
tree | 781627368689ace31ec8eb78d2e9f11deebba7c2 /OpenSim | |
parent | testing (diff) | |
download | opensim-SC_OLD-e974d493c689a7fda925e72de78fddc05cfa5225.zip opensim-SC_OLD-e974d493c689a7fda925e72de78fddc05cfa5225.tar.gz opensim-SC_OLD-e974d493c689a7fda925e72de78fddc05cfa5225.tar.bz2 opensim-SC_OLD-e974d493c689a7fda925e72de78fddc05cfa5225.tar.xz |
testing
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs index 2c1197a..1ba40b8 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODECharacter.cs | |||
@@ -901,7 +901,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
901 | 901 | ||
902 | bool tviszero = (_target_velocity.X == 0.0f && _target_velocity.Y == 0.0f && _target_velocity.Z == 0.0f); | 902 | bool tviszero = (_target_velocity.X == 0.0f && _target_velocity.Y == 0.0f && _target_velocity.Z == 0.0f); |
903 | 903 | ||
904 | if(!tviszero || !m_iscolliding) | 904 | if(!tviszero || m_iscolliding) |
905 | m_freemove = false; | 905 | m_freemove = false; |
906 | 906 | ||
907 | if (!m_freemove) | 907 | if (!m_freemove) |