mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
on GetLinkNumPart ignore again link number 0 on a linkset with more than one prim
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user