diff options
author | Robert Adams | 2012-09-15 15:36:13 -0700 |
---|---|---|
committer | Robert Adams | 2012-09-15 15:36:13 -0700 |
commit | b602b476adafe8e6eab9ec257db029a3d05db224 (patch) | |
tree | c47a76f3b8254326f91dd27938e81699a6928320 /OpenSim/Region | |
parent | BulletSim: some debugging prints in BSPrim for tracking changes in linkset ch... (diff) | |
download | opensim-SC_OLD-b602b476adafe8e6eab9ec257db029a3d05db224.zip opensim-SC_OLD-b602b476adafe8e6eab9ec257db029a3d05db224.tar.gz opensim-SC_OLD-b602b476adafe8e6eab9ec257db029a3d05db224.tar.bz2 opensim-SC_OLD-b602b476adafe8e6eab9ec257db029a3d05db224.tar.xz |
BulletSim: update DLLs and SOs and remove some debugging code.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs index 5f62b12..61006f0 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | |||
@@ -475,7 +475,7 @@ namespace OpenSim.Region.Physics.BulletSPlugin | |||
475 | frcount = 0; | 475 | frcount = 0; |
476 | 476 | ||
477 | MoveLinear(pTimestep); | 477 | MoveLinear(pTimestep); |
478 | // MoveAngular(pTimestep); | 478 | MoveAngular(pTimestep); |
479 | LimitRotation(pTimestep); | 479 | LimitRotation(pTimestep); |
480 | 480 | ||
481 | // remember the position so next step we can limit absolute movement effects | 481 | // remember the position so next step we can limit absolute movement effects |