From f44dca3684a16a16b34ea4881b186d06f7df402f Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 22 Jan 2024 19:59:28 +0000 Subject: [PATCH] minor change --- OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs index 6e0a5d4321..299fd148be 100644 --- a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs +++ b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs @@ -751,7 +751,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap try { using (Bitmap img = (Bitmap)m_imgDecoder.DecodeToImage(asset.Data)) - ret = new warp_Texture(img, 9); // reduce textures size to 512x512 + ret = new warp_Texture(img, 8); // reduce textures size to 256 * 256 } catch (Exception e) {