aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJeff Ames2008-09-13 22:07:07 +0000
committerJeff Ames2008-09-13 22:07:07 +0000
commitb4141f9e56a85a6df871a60921761a4848e297d1 (patch)
tree8f7139531274570b58a02d62f2acc6a6876e218c /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentFixing a bug in DNE which caused the face-colors to be inverted when set via ... (diff)
downloadopensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.zip
opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.gz
opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.bz2
opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.xz
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-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 ee18a94..aa859db 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -4793,7 +4793,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4793 ObjectClickActionPacket ocpacket = (ObjectClickActionPacket)Pack; 4793 ObjectClickActionPacket ocpacket = (ObjectClickActionPacket)Pack;
4794 4794
4795 handlerObjectClickAction = OnObjectClickAction; 4795 handlerObjectClickAction = OnObjectClickAction;
4796 if(handlerObjectClickAction != null) 4796 if (handlerObjectClickAction != null)
4797 { 4797 {
4798 foreach (ObjectClickActionPacket.ObjectDataBlock odata in ocpacket.ObjectData) 4798 foreach (ObjectClickActionPacket.ObjectDataBlock odata in ocpacket.ObjectData)
4799 { 4799 {