diff options
author | Kitto Flora | 2010-05-07 15:16:59 -0400 |
---|---|---|
committer | Kitto Flora | 2010-05-07 15:16:59 -0400 |
commit | bc7d84b75c8443b82301717ceb603d6c1fbee931 (patch) | |
tree | bceb1bf07c14dd75d4508a1c93e5271dfff183c7 /OpenSim/Region/ClientStack | |
parent | Fix Mouse+WASD makes Av rise; Fix PREJUMP. (diff) | |
parent | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff) | |
download | opensim-SC-bc7d84b75c8443b82301717ceb603d6c1fbee931.zip opensim-SC-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.gz opensim-SC-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.bz2 opensim-SC-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to '')
-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 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; |