diff options
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 | ||