aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-11 04:23:30 +0100
committerJustin Clark-Casey (justincc)2011-07-11 04:23:30 +0100
commit24efb021ffe668154fa990f0d5d6f06e31221cb7 (patch)
treeb13fe84424fd227f01739b4f59b175b5e962f04d /OpenSim/Region/Physics/Meshing/Meshmerizer.cs
parentProperly regenerate physics proxy when a mesh is resized. (diff)
downloadopensim-SC_OLD-24efb021ffe668154fa990f0d5d6f06e31221cb7.zip
opensim-SC_OLD-24efb021ffe668154fa990f0d5d6f06e31221cb7.tar.gz
opensim-SC_OLD-24efb021ffe668154fa990f0d5d6f06e31221cb7.tar.bz2
opensim-SC_OLD-24efb021ffe668154fa990f0d5d6f06e31221cb7.tar.xz
minor Tack the prim name on the end of the "experimental mesh proxy generation" message.
Can probably comment out this message soon, once a few other issues are tidied up.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/Meshing/Meshmerizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
index b79e1a1..5ca5f20 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -319,7 +319,7 @@ namespace OpenSim.Region.Physics.Meshing
319 if (!useMeshiesPhysicsMesh) 319 if (!useMeshiesPhysicsMesh)
320 return null; 320 return null;
321 321
322 m_log.Debug("[MESH]: experimental mesh proxy generation"); 322 m_log.DebugFormat("[MESH]: experimental mesh proxy generation for {0}", primName);
323 323
324 OSD meshOsd = null; 324 OSD meshOsd = null;
325 325