aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorsacha2010-05-02 08:18:33 -0400
committersacha2010-05-02 08:18:33 -0400
commit5f6e9e6ab954518e45fd47434a17686f925941f4 (patch)
tree46e35df9931238dba4d45354e54e0b1f78f34dca /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentAdding DebugEvent Trap (diff)
parentFix linking issue introduced in my earlier commit (diff)
downloadopensim-SC_OLD-5f6e9e6ab954518e45fd47434a17686f925941f4.zip
opensim-SC_OLD-5f6e9e6ab954518e45fd47434a17686f925941f4.tar.gz
opensim-SC_OLD-5f6e9e6ab954518e45fd47434a17686f925941f4.tar.bz2
opensim-SC_OLD-5f6e9e6ab954518e45fd47434a17686f925941f4.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
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 731dc8e..5c774b5 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6071,7 +6071,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6071 DelinkObjects handlerDelinkObjects = OnDelinkObjects; 6071 DelinkObjects handlerDelinkObjects = OnDelinkObjects;
6072 if (handlerDelinkObjects != null) 6072 if (handlerDelinkObjects != null)
6073 { 6073 {
6074 handlerDelinkObjects(prims); 6074 handlerDelinkObjects(prims, this);
6075 } 6075 }
6076 6076
6077 return true; 6077 return true;