Minor. Remove unused integer arrays from TerrainModule
parent
733782f214
commit
7c4c3f0d10
|
@ -1122,8 +1122,6 @@ namespace OpenSim.Region.CoreModules.World.Terrain
|
|||
}
|
||||
*/
|
||||
|
||||
int[] xPieces = new int[toSend.Count];
|
||||
int[] yPieces = new int[toSend.Count];
|
||||
float[] patchPieces = new float[toSend.Count * 2];
|
||||
int pieceIndex = 0;
|
||||
foreach (PatchesToSend pts in toSend)
|
||||
|
|
Loading…
Reference in New Issue