diff options
author | Robert Adams | 2012-10-22 08:23:21 -0700 |
---|---|---|
committer | Robert Adams | 2012-10-22 22:24:44 -0700 |
commit | 65c131c4a362bed347a6240184ce40b9ddeaaae1 (patch) | |
tree | 6bdd686e45de05c7ef1be879b23161e9e9cd24e1 /OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | |
parent | BulletSim: encorporate UBit's suggestion to save a copy of mesh raw data. (diff) | |
download | opensim-SC_OLD-65c131c4a362bed347a6240184ce40b9ddeaaae1.zip opensim-SC_OLD-65c131c4a362bed347a6240184ce40b9ddeaaae1.tar.gz opensim-SC_OLD-65c131c4a362bed347a6240184ce40b9ddeaaae1.tar.bz2 opensim-SC_OLD-65c131c4a362bed347a6240184ce40b9ddeaaae1.tar.xz |
BulletSim: remove trailing spaces to make git happy.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs b/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs index a20be3a..b58745a 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSConstraint.cs | |||
@@ -53,7 +53,7 @@ public abstract class BSConstraint : IDisposable | |||
53 | { | 53 | { |
54 | bool success = BulletSimAPI.DestroyConstraint2(m_world.ptr, m_constraint.ptr); | 54 | bool success = BulletSimAPI.DestroyConstraint2(m_world.ptr, m_constraint.ptr); |
55 | m_world.physicsScene.DetailLog("{0},BSConstraint.Dispose,taint,id1={1},body1={2},id2={3},body2={4},success={5}", | 55 | m_world.physicsScene.DetailLog("{0},BSConstraint.Dispose,taint,id1={1},body1={2},id2={3},body2={4},success={5}", |
56 | BSScene.DetailLogZero, | 56 | BSScene.DetailLogZero, |
57 | m_body1.ID, m_body1.ptr.ToString("X"), | 57 | m_body1.ID, m_body1.ptr.ToString("X"), |
58 | m_body2.ID, m_body2.ptr.ToString("X"), | 58 | m_body2.ID, m_body2.ptr.ToString("X"), |
59 | success); | 59 | success); |