aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP
diff options
context:
space:
mode:
authorJeff Ames2009-10-22 18:57:14 +0900
committerJeff Ames2009-10-22 18:57:24 +0900
commitd756fa01aea63e9b50be00a6f1f229ff7afef779 (patch)
treeae02bf546946d5eaddf3eec96979b6fac2784dc6 /OpenSim/Region/ClientStack/LindenUDP
parentA synchronous call to the messaging server was blocking the process of promot... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
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