diff options
author | Jonathan Freedman | 2010-10-10 18:06:27 -0400 |
---|---|---|
committer | Jonathan Freedman | 2010-10-10 18:06:27 -0400 |
commit | 2654ab63001c0f102954ffec0c5317ee4dad33c4 (patch) | |
tree | e0fb933bc197cc5e71005897b7ecfb3055a4b4eb /OpenSim/Region/Physics/Meshing | |
parent | Merge branch 'master' of git://opensimulator.org/git/opensim (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-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 'OpenSim/Region/Physics/Meshing')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 2 |
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 |