From 68d85497adc328f8fda2fef52fb51f2c9bc7ece0 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 16 Oct 2008 12:57:29 +0000 Subject: * Releases the inter-region thread synchronization between physics in ODE on the same instance. * If you are hosting many regions on a single instance, you will probably notice a decrease in region startup time and maybe a slight increase in performance. * Single regions won't notice anything different --- OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs') diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index a2c0c6b..452317a 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs @@ -990,7 +990,7 @@ namespace OpenSim.Region.Physics.OdePlugin } - lock (OdeScene.OdeLock) + lock (_parent_scene.OdeLock) { CreateGeom(m_targetSpace, _mesh); -- cgit v1.1