aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs2
1 files changed, 1 insertions, 1 deletions
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}