mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Make line endings consistant in Meshmerizer.cs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user