diff options
author | Melanie | 2012-11-06 11:32:53 +0100 |
---|---|---|
committer | Melanie | 2012-11-06 11:32:53 +0100 |
commit | 5cbf7b39976575d1758d8d274ca90cdac4428b54 (patch) | |
tree | 47990f230e2028a4752c24a0434eb1d9a2fbb840 /OpenSim/Region/Physics | |
parent | This implements the Caps throttler. After some testing, the system seemed ... (diff) | |
parent | removed potencial null refs and rearrange code a bit (diff) | |
download | opensim-SC-5cbf7b39976575d1758d8d274ca90cdac4428b54.zip opensim-SC-5cbf7b39976575d1758d8d274ca90cdac4428b54.tar.gz opensim-SC-5cbf7b39976575d1758d8d274ca90cdac4428b54.tar.bz2 opensim-SC-5cbf7b39976575d1758d8d274ca90cdac4428b54.tar.xz |
Merge branch 'ubitwork' into avination
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 76e42d4..dc247a9 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -1403,8 +1403,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1403 | 1403 | ||
1404 | if (vertexCount == 0 || indexCount == 0) | 1404 | if (vertexCount == 0 || indexCount == 0) |
1405 | { | 1405 | { |
1406 | m_log.WarnFormat("[PHYSICS]: Invalid mesh data on OdePrim {0}, mesh {1}", | 1406 | m_log.WarnFormat("[PHYSICS]: Invalid mesh data on OdePrim {0}, mesh {1} at {2}", |
1407 | Name, _pbs.SculptEntry ? _pbs.SculptTexture.ToString() : "primMesh"); | 1407 | Name, _pbs.SculptEntry ? _pbs.SculptTexture.ToString() : "primMesh",_position.ToString()); |
1408 | 1408 | ||
1409 | m_hasOBB = false; | 1409 | m_hasOBB = false; |
1410 | m_OBBOffset = Vector3.Zero; | 1410 | m_OBBOffset = Vector3.Zero; |