aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-05-03 21:36:04 +0100
committerJustin Clark-Casey (justincc)2010-05-03 21:36:04 +0100
commit087f47589383ab63760c143f4e7ab3dbe043b325 (patch)
treeda0a61bb03b5444610075e1c1102c3fee72b5313 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentAddress symptom of Mantis 4588 (though not the cause) by moving the avatar de... (diff)
parentFix some symbol errors (diff)
downloadopensim-SC-087f47589383ab63760c143f4e7ab3dbe043b325.zip
opensim-SC-087f47589383ab63760c143f4e7ab3dbe043b325.tar.gz
opensim-SC-087f47589383ab63760c143f4e7ab3dbe043b325.tar.bz2
opensim-SC-087f47589383ab63760c143f4e7ab3dbe043b325.tar.xz
Merge branch '0.6.9-post-fixes' into 0.6.9
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 8b81377..2ab713d 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6084,7 +6084,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6084 DelinkObjects handlerDelinkObjects = OnDelinkObjects; 6084 DelinkObjects handlerDelinkObjects = OnDelinkObjects;
6085 if (handlerDelinkObjects != null) 6085 if (handlerDelinkObjects != null)
6086 { 6086 {
6087 handlerDelinkObjects(prims); 6087 handlerDelinkObjects(prims, this);
6088 } 6088 }
6089 6089
6090 return true; 6090 return true;