diff options
author | Jeff Ames | 2009-10-22 18:57:14 +0900 |
---|---|---|
committer | Jeff Ames | 2009-10-22 18:57:24 +0900 |
commit | d756fa01aea63e9b50be00a6f1f229ff7afef779 (patch) | |
tree | ae02bf546946d5eaddf3eec96979b6fac2784dc6 /OpenSim/Region | |
parent | A synchronous call to the messaging server was blocking the process of promot... (diff) | |
download | opensim-SC_OLD-d756fa01aea63e9b50be00a6f1f229ff7afef779.zip opensim-SC_OLD-d756fa01aea63e9b50be00a6f1f229ff7afef779.tar.gz opensim-SC_OLD-d756fa01aea63e9b50be00a6f1f229ff7afef779.tar.bz2 opensim-SC_OLD-d756fa01aea63e9b50be00a6f1f229ff7afef779.tar.xz |
Add copyright header. Formatting cleanup.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 0ba76ec..5acf25f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -827,7 +827,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
827 | for (int i = x1; i <= x2; i++) | 827 | for (int i = x1; i <= x2; i++) |
828 | SendLayerData(i, y1, map); | 828 | SendLayerData(i, y1, map); |
829 | 829 | ||
830 | // Column | 830 | // Column |
831 | for (int j = y1 + 1; j <= y2; j++) | 831 | for (int j = y1 + 1; j <= y2; j++) |
832 | SendLayerData(x2, j, map); | 832 | SendLayerData(x2, j, map); |
833 | 833 | ||