aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTeravus Ovares2009-03-30 14:13:56 +0000
committerTeravus Ovares2009-03-30 14:13:56 +0000
commit0318e824aee796aeb182199c40dae5dfefa9266f (patch)
treeb0b70475664cd0afaa9e1edc9c5263dd21263d31 /OpenSim
parent* Fixing thread safety of avatar adding and removing from the Physics Scene i... (diff)
downloadopensim-SC_OLD-0318e824aee796aeb182199c40dae5dfefa9266f.zip
opensim-SC_OLD-0318e824aee796aeb182199c40dae5dfefa9266f.tar.gz
opensim-SC_OLD-0318e824aee796aeb182199c40dae5dfefa9266f.tar.bz2
opensim-SC_OLD-0318e824aee796aeb182199c40dae5dfefa9266f.tar.xz
* Remove a debug line of localIDs
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 9e65dd8..56bd289 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -1365,7 +1365,7 @@ namespace OpenSim.Region.Physics.OdePlugin
1365 // Don't need to re-enable body.. it's done in SetMesh 1365 // Don't need to re-enable body.. it's done in SetMesh
1366 _mesh = _parent_scene.mesher.CreateMesh(m_primName, _pbs, _size, _parent_scene.meshSculptLOD, IsPhysical); 1366 _mesh = _parent_scene.mesher.CreateMesh(m_primName, _pbs, _size, _parent_scene.meshSculptLOD, IsPhysical);
1367 // createmesh returns null when it's a shape that isn't a cube. 1367 // createmesh returns null when it's a shape that isn't a cube.
1368 m_log.Debug(m_localID); 1368 // m_log.Debug(m_localID);
1369 } 1369 }
1370 } 1370 }
1371 1371