aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/world/TerrainDecoder.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/world/TerrainDecoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world/TerrainDecoder.cs b/src/world/TerrainDecoder.cs
index 0f1b733..0c72c92 100644
--- a/src/world/TerrainDecoder.cs
+++ b/src/world/TerrainDecoder.cs
@@ -410,7 +410,7 @@ namespace OpenSim
410 return output; 410 return output;
411 } 411 }
412 412
413 public Packet CreateLayerPacket(float[] heightmap, int minX, int maxX, int minY, int maxY) 413 public Packet CreateLayerPacket(float[] heightmap, int minX, int minY, int maxX, int maxY)
414 { 414 {
415 //int minX = 0, maxX = 2, minY = 0, maxY = 1; //these should be passed to this function 415 //int minX = 0, maxX = 2, minY = 0, maxY = 1; //these should be passed to this function
416 LayerDataPacket layer = new LayerDataPacket(); 416 LayerDataPacket layer = new LayerDataPacket();