minor change

This commit is contained in:
UbitUmarov 2024-01-22 19:59:28 +00:00
parent 37622f3fd3
commit f44dca3684
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{