diff options
author | Justin Clark-Casey (justincc) | 2013-04-02 00:46:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-04-02 00:46:53 +0100 |
commit | 600087ab49e9489e37471ccfb7360ac14d31b7f2 (patch) | |
tree | 7fd908e81185346da6d0bd3561c2712519942117 /OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | |
parent | Change recent MSSQL migrations to drop COLUMN from ALTER TABLE which is eithe... (diff) | |
parent | BulletSim: stop an avatar from moving if standing on a stationary (diff) | |
download | opensim-SC-600087ab49e9489e37471ccfb7360ac14d31b7f2.zip opensim-SC-600087ab49e9489e37471ccfb7360ac14d31b7f2.tar.gz opensim-SC-600087ab49e9489e37471ccfb7360ac14d31b7f2.tar.bz2 opensim-SC-600087ab49e9489e37471ccfb7360ac14d31b7f2.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
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 | ||