Add copyright header. Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-10-22 18:57:14 +09:00
parent 5d07e18980
commit d756fa01ae
2 changed files with 28 additions and 1 deletions

View File

@@ -827,7 +827,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
for (int i = x1; i <= x2; i++)
SendLayerData(i, y1, map);
// Column
// Column
for (int j = y1 + 1; j <= y2; j++)
SendLayerData(x2, j, map);