* Make line endings consistant in Meshmerizer.cs

This commit is contained in:
Teravus Ovares (Dan Olivares)
2010-10-09 13:50:53 -04:00
parent 0dd4071156
commit cf61cf7b32

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