aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2010-10-09 13:50:53 -0400
committerTeravus Ovares (Dan Olivares)2010-10-09 13:50:53 -0400
commitcf61cf7b323b433adb77517989659278fa4a541e (patch)
tree89b9e22e1807951578e6013480bf3c9a94d7baf4 /OpenSim/Region/Physics/Meshing
parentFix a typo in previouis commit: start must not pass the end of the file (diff)
downloadopensim-SC_OLD-cf61cf7b323b433adb77517989659278fa4a541e.zip
opensim-SC_OLD-cf61cf7b323b433adb77517989659278fa4a541e.tar.gz
opensim-SC_OLD-cf61cf7b323b433adb77517989659278fa4a541e.tar.bz2
opensim-SC_OLD-cf61cf7b323b433adb77517989659278fa4a541e.tar.xz
* Make line endings consistant in Meshmerizer.cs
Diffstat (limited to 'OpenSim/Region/Physics/Meshing')
-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 c97db8c..cf57c0a 100644
--- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
+++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
@@ -81,7 +81,7 @@ namespace OpenSim.Region.Physics.Meshing
81 { 81 {
82 IConfig start_config = config.Configs["Startup"]; 82 IConfig start_config = config.Configs["Startup"];
83 83
84 decodedSculptMapPath = start_config.GetString("DecodedSculptMapPath","j2kDecodeCache"); 84 decodedSculptMapPath = start_config.GetString("DecodedSculptMapPath","j2kDecodeCache");
85 cacheSculptMaps = start_config.GetBoolean("CacheSculptMaps", cacheSculptMaps); 85 cacheSculptMaps = start_config.GetBoolean("CacheSculptMaps", cacheSculptMaps);
86 86
87 try 87 try