diff options
author | Melanie Thielker | 2014-06-21 00:21:29 +0200 |
---|---|---|
committer | Melanie Thielker | 2014-06-21 00:21:29 +0200 |
commit | 711441f9227fb8518fce21f7be92b66c442f877a (patch) | |
tree | 6a335f56d92f9c8bd9ec8bdae59250e37532538e /OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | |
parent | Add forgotten file (diff) | |
parent | BulletSim: stop an avatar from moving if standing on a stationary (diff) | |
download | opensim-SC-711441f9227fb8518fce21f7be92b66c442f877a.zip opensim-SC-711441f9227fb8518fce21f7be92b66c442f877a.tar.gz opensim-SC-711441f9227fb8518fce21f7be92b66c442f877a.tar.bz2 opensim-SC-711441f9227fb8518fce21f7be92b66c442f877a.tar.xz |
Merge commit '84eb25da23765b3a4f7ae5513e8a238680bb99f2'
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs b/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs index b813974..42b5c49 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | |||
@@ -85,7 +85,9 @@ public abstract class BSConstraint : IDisposable | |||
85 | { | 85 | { |
86 | bool ret = false; | 86 | bool ret = false; |
87 | if (m_enabled) | 87 | if (m_enabled) |
88 | { | ||
88 | ret = PhysicsScene.PE.SetAngularLimits(m_constraint, low, high); | 89 | ret = PhysicsScene.PE.SetAngularLimits(m_constraint, low, high); |
90 | } | ||
89 | return ret; | 91 | return ret; |
90 | } | 92 | } |
91 | 93 | ||