aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs2
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs
index 8401c69..38ab3de 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs
@@ -1356,7 +1356,7 @@ public sealed class BSPrim : BSPhysObject
1356 DetailLog("{0},BSPrim.UpdateProperties,call,pos={1},orient={2},vel={3},accel={4},rotVel={5}", 1356 DetailLog("{0},BSPrim.UpdateProperties,call,pos={1},orient={2},vel={3},accel={4},rotVel={5}",
1357 LocalID, _position, _orientation, _velocity, _acceleration, _rotationalVelocity); 1357 LocalID, _position, _orientation, _velocity, _acceleration, _rotationalVelocity);
1358 1358
1359 BulletSimAPI.DumpRigidBody2(PhysicsScene.World.ptr, BSBody.ptr); // DEBUG DEBUG DEBUG 1359 // BulletSimAPI.DumpRigidBody2(PhysicsScene.World.ptr, BSBody.ptr); // DEBUG DEBUG DEBUG
1360 1360
1361 base.RequestPhysicsterseUpdate(); 1361 base.RequestPhysicsterseUpdate();
1362 } 1362 }
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
index 48ee6f6..e686f2f 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
@@ -1334,7 +1334,7 @@ public class BSScene : PhysicsScene, IPhysicsParameters
1334 // Add the Flush() if debugging crashes to get all the messages written out. 1334 // Add the Flush() if debugging crashes to get all the messages written out.
1335 // PhysicsLogging.Flush(); 1335 // PhysicsLogging.Flush();
1336 } 1336 }
1337 // used to fill in the LocalID when there isn't one 1337 // Used to fill in the LocalID when there isn't one. It's the correct number of characters.
1338 public const string DetailLogZero = "0000000000"; 1338 public const string DetailLogZero = "0000000000";
1339 1339
1340} 1340}