aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 1d719ed..d48a97e 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Physics.Meshing
56 // Setting baseDir to a path will enable the dumping of raw files 56 // Setting baseDir to a path will enable the dumping of raw files
57 // raw files can be imported by blender so a visual inspection of the results can be done 57 // raw files can be imported by blender so a visual inspection of the results can be done
58 // const string baseDir = "rawFiles"; 58 // const string baseDir = "rawFiles";
59 private const string baseDir = "rawFiles"; 59 private const string baseDir = null; //"rawFiles";
60 private const float DEG_TO_RAD = 0.01745329238f; 60 private const float DEG_TO_RAD = 0.01745329238f;
61 61
62// TODO: unused 62// TODO: unused