diff --git a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs index 99cf121368..f9275730c7 100644 --- a/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs +++ b/OpenSim/Region/CoreModules/World/Warp3DMap/Warp3DImageModule.cs @@ -790,7 +790,7 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap try { using (Bitmap img = (Bitmap)m_imgDecoder.DecodeToImage(asset)) - ret = new warp_Texture(img); + ret = new warp_Texture(img, 8); // reduce textures size to 256x256 } catch (Exception e) {