aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-04-19 01:52:23 +0100
committerUbitUmarov2012-04-19 01:52:23 +0100
commit9b02e1cf4a32fc75c3ec04e1023e3739a0767355 (patch)
treea0b4b9c0d3232796b0fa21e8d6e4bd0407e0f4b5 /OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
parentubitODE still retouching character pid (diff)
parentAllow setting a specific target velocity on TeleportWithMomentum (diff)
downloadopensim-SC_OLD-9b02e1cf4a32fc75c3ec04e1023e3739a0767355.zip
opensim-SC_OLD-9b02e1cf4a32fc75c3ec04e1023e3739a0767355.tar.gz
opensim-SC_OLD-9b02e1cf4a32fc75c3ec04e1023e3739a0767355.tar.bz2
opensim-SC_OLD-9b02e1cf4a32fc75c3ec04e1023e3739a0767355.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs')
-rw-r--r--OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs b/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
index 8e903e8..f002bba 100644
--- a/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/UbitMeshing/Meshmerizer.cs
@@ -339,7 +339,7 @@ namespace OpenSim.Region.Physics.Meshing
339 339
340 if (primShape.SculptData.Length <= 0) 340 if (primShape.SculptData.Length <= 0)
341 { 341 {
342 m_log.ErrorFormat("[MESH]: asset data for {0} is zero length", primName); 342 m_log.InfoFormat("[MESH]: asset data for {0} is zero length", primName);
343 return false; 343 return false;
344 } 344 }
345 345