diff options
author | Teravus Ovares | 2008-10-16 12:57:29 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-10-16 12:57:29 +0000 |
commit | 68d85497adc328f8fda2fef52fb51f2c9bc7ece0 (patch) | |
tree | 58d10a1c83c71717f5073754aea04d15b8ea2280 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | Check for terrain size=256x256 on "terrain load <file>". This fixes (diff) | |
download | opensim-SC-68d85497adc328f8fda2fef52fb51f2c9bc7ece0.zip opensim-SC-68d85497adc328f8fda2fef52fb51f2c9bc7ece0.tar.gz opensim-SC-68d85497adc328f8fda2fef52fb51f2c9bc7ece0.tar.bz2 opensim-SC-68d85497adc328f8fda2fef52fb51f2c9bc7ece0.tar.xz |
* 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
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
990 | } | 990 | } |
991 | 991 | ||
992 | 992 | ||
993 | lock (OdeScene.OdeLock) | 993 | lock (_parent_scene.OdeLock) |
994 | { | 994 | { |
995 | CreateGeom(m_targetSpace, _mesh); | 995 | CreateGeom(m_targetSpace, _mesh); |
996 | 996 | ||