diff options
author | Teravus Ovares | 2009-03-30 14:13:56 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-03-30 14:13:56 +0000 |
commit | 0318e824aee796aeb182199c40dae5dfefa9266f (patch) | |
tree | b0b70475664cd0afaa9e1edc9c5263dd21263d31 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | * Fixing thread safety of avatar adding and removing from the Physics Scene i... (diff) | |
download | opensim-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/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 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 | ||