mirror of
https://github.com/opensim/opensim.git
synced 2026-05-24 19:05:34 +08:00
Add copyright header. Formatting cleanup.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user