* Removed a debug line that got called every frame.
parent
d773ca5147
commit
c1044039d4
|
@ -737,7 +737,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
m_statsReporter.addOtherMS(otherMS);
|
m_statsReporter.addOtherMS(otherMS);
|
||||||
m_statsReporter.SetActiveScripts(m_innerScene.GetActiveScripts());
|
m_statsReporter.SetActiveScripts(m_innerScene.GetActiveScripts());
|
||||||
m_statsReporter.addScriptLines(m_innerScene.GetScriptLPS());
|
m_statsReporter.addScriptLines(m_innerScene.GetScriptLPS());
|
||||||
m_log.Warn(physicsMS);
|
|
||||||
}
|
}
|
||||||
catch (NotImplementedException)
|
catch (NotImplementedException)
|
||||||
{
|
{
|
||||||
|
|
|
@ -359,7 +359,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
//capsuleradius = 0.2f;
|
//capsuleradius = 0.2f;
|
||||||
|
|
||||||
CAPSULE_LENGTH = (SetSize.Z - ((SetSize.Z*0.52f))); // subtract 43% of the size
|
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);
|
d.BodyDestroy(Body);
|
||||||
|
|
||||||
_parent_scene.waitForSpaceUnlock(_parent_scene.space);
|
_parent_scene.waitForSpaceUnlock(_parent_scene.space);
|
||||||
|
|
|
@ -431,7 +431,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
catch (System.AccessViolationException)
|
catch (System.AccessViolationException)
|
||||||
{
|
{
|
||||||
|
|
||||||
m_log.Error("MESH LOCKED");
|
m_log.Error("[PHYSICS]: MESH LOCKED");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (IsPhysical && Body == (IntPtr) 0)
|
if (IsPhysical && Body == (IntPtr) 0)
|
||||||
|
|
Loading…
Reference in New Issue