mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Minor. Remove unused integer arrays from TerrainModule
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user