aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Meshmerizer.cs
diff options
context:
space:
mode:
authorJonathan Freedman2010-10-10 18:06:27 -0400
committerJonathan Freedman2010-10-10 18:06:27 -0400
commit2654ab63001c0f102954ffec0c5317ee4dad33c4 (patch)
treee0fb933bc197cc5e71005897b7ecfb3055a4b4eb /OpenSim/Region/Physics/Meshing/Meshmerizer.cs
parentMerge branch 'master' of git://opensimulator.org/git/opensim (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-2654ab63001c0f102954ffec0c5317ee4dad33c4.zip
opensim-SC_OLD-2654ab63001c0f102954ffec0c5317ee4dad33c4.tar.gz
opensim-SC_OLD-2654ab63001c0f102954ffec0c5317ee4dad33c4.tar.bz2
opensim-SC_OLD-2654ab63001c0f102954ffec0c5317ee4dad33c4.tar.xz
Merge branch 'master' of git://opensimulator.org/git/opensim
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 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