aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-13 08:07:45 +0000
committerTeravus Ovares2008-01-13 08:07:45 +0000
commit4f39df42ae7f6c7fae63c37e908ea468d9b6fd36 (patch)
tree5af4c05a58735db2a3446c70331b24a041388d24 /OpenSim/Region/Physics
parent* Fixed an overflow in the land manager (diff)
downloadopensim-SC_OLD-4f39df42ae7f6c7fae63c37e908ea468d9b6fd36.zip
opensim-SC_OLD-4f39df42ae7f6c7fae63c37e908ea468d9b6fd36.tar.gz
opensim-SC_OLD-4f39df42ae7f6c7fae63c37e908ea468d9b6fd36.tar.bz2
opensim-SC_OLD-4f39df42ae7f6c7fae63c37e908ea468d9b6fd36.tar.xz
* Removed a debug message that I left in there....
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 366f30b..bfc16fd 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -390,7 +390,7 @@ namespace OpenSim.Region.Physics.OdePlugin
390 } 390 }
391 if (contacts[i].depth >= 1.00f) 391 if (contacts[i].depth >= 1.00f)
392 { 392 {
393 OpenSim.Framework.Console.MainLog.Instance.Verbose("P", contacts[i].depth.ToString()); 393 //OpenSim.Framework.Console.MainLog.Instance.Verbose("P", contacts[i].depth.ToString());
394 if ((p2.PhysicsActorType == (int) ActorTypes.Agent && 394 if ((p2.PhysicsActorType == (int) ActorTypes.Agent &&
395 p1.PhysicsActorType == (int) ActorTypes.Unknown) || 395 p1.PhysicsActorType == (int) ActorTypes.Unknown) ||
396 (p1.PhysicsActorType == (int) ActorTypes.Agent && 396 (p1.PhysicsActorType == (int) ActorTypes.Agent &&