* Make line endings consistant in Meshmerizer.cs

viewer-2-initial-appearance
Teravus Ovares (Dan Olivares) 2010-10-09 13:50:53 -04:00
parent 0dd4071156
commit cf61cf7b32
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace OpenSim.Region.Physics.Meshing
{
IConfig start_config = config.Configs["Startup"];
decodedSculptMapPath = start_config.GetString("DecodedSculptMapPath","j2kDecodeCache");
decodedSculptMapPath = start_config.GetString("DecodedSculptMapPath","j2kDecodeCache");
cacheSculptMaps = start_config.GetBoolean("CacheSculptMaps", cacheSculptMaps);
try