From b91c0f0d01e9842cf696e97c85c7e992bc1abd2e Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 6 May 2018 18:04:56 +0100 Subject: remove some debug lines --- OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/CoreModules/World') diff --git a/OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs b/OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs index ba6ebfc..8b9e0d3 100644 --- a/OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs +++ b/OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs @@ -56,9 +56,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap private static readonly Color[] DEFAULT_TERRAIN_COLOR = new Color[] { -// Color.FromArgb(255, 164, 136, 117), - Color.FromArgb(255, 255, 136, 117), - + Color.FromArgb(255, 164, 136, 117), Color.FromArgb(255, 65, 87, 47), Color.FromArgb(255, 157, 145, 131), Color.FromArgb(255, 125, 128, 130) @@ -395,7 +393,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap output.UnlockBits(outputData); -output.Save("terr.png",ImageFormat.Png); +//output.Save("terr.png",ImageFormat.Png); #endregion Texture Compositing -- cgit v1.1