diff options
author | UbitUmarov | 2012-10-16 11:39:58 +0100 |
---|---|---|
committer | UbitUmarov | 2012-10-16 11:39:58 +0100 |
commit | e8936366f55c588b02c7aa29e40c478f52f16494 (patch) | |
tree | df0cd77adac66fdb48be735f4cc66aa4e9bd1885 /OpenSim/Region/Physics | |
parent | fixes (diff) | |
download | opensim-SC-e8936366f55c588b02c7aa29e40c478f52f16494.zip opensim-SC-e8936366f55c588b02c7aa29e40c478f52f16494.tar.gz opensim-SC-e8936366f55c588b02c7aa29e40c478f52f16494.tar.bz2 opensim-SC-e8936366f55c588b02c7aa29e40c478f52f16494.tar.xz |
coment a debug warning
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs b/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs index 6550b66..29fdda4 100644 --- a/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs | |||
@@ -347,7 +347,7 @@ namespace OpenSim.Region.Physics.Meshing | |||
347 | 347 | ||
348 | if (primShape.SculptData.Length <= 0) | 348 | if (primShape.SculptData.Length <= 0) |
349 | { | 349 | { |
350 | m_log.InfoFormat("[MESH]: asset data for {0} is zero length", primName); | 350 | // m_log.InfoFormat("[MESH]: asset data for {0} is zero length", primName); |
351 | return false; | 351 | return false; |
352 | } | 352 | } |
353 | 353 | ||