diff --git a/OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs b/OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs index e359a086f2..e962189610 100644 --- a/OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs +++ b/OpenSim/Region/CoreModules/World/Warp3DMap/TerrainSplat.cs @@ -87,10 +87,6 @@ namespace OpenSim.Region.CoreModules.World.Warp3DMap bool textureTerrain, bool averagetextureTerrain, int twidth, int theight) { - Debug.Assert(textureIDs.Length == 4); - Debug.Assert(startHeights.Length == 4); - Debug.Assert(heightRanges.Length == 4); - Bitmap[] detailTexture = new Bitmap[4]; byte[] mapColorsRed = new byte[4];