From c1044039d49d51b39005762aa138346b78a0b390 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 13 Feb 2008 08:37:50 +0000 Subject: * Removed a debug line that got called every frame. --- OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 2 +- OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Physics/OdePlugin') diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 9b75fb8..80c2a48 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs @@ -359,7 +359,7 @@ namespace OpenSim.Region.Physics.OdePlugin //capsuleradius = 0.2f; CAPSULE_LENGTH = (SetSize.Z - ((SetSize.Z*0.52f))); // subtract 43% of the size - m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString()); + //m_log.Info("[SIZE]: " + CAPSULE_LENGTH.ToString()); d.BodyDestroy(Body); _parent_scene.waitForSpaceUnlock(_parent_scene.space); diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index a063962..a01cf1e 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs @@ -431,7 +431,7 @@ namespace OpenSim.Region.Physics.OdePlugin catch (System.AccessViolationException) { - m_log.Error("MESH LOCKED"); + m_log.Error("[PHYSICS]: MESH LOCKED"); return; } if (IsPhysical && Body == (IntPtr) 0) -- cgit v1.1