aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
diff options
context:
space:
mode:
authorubit2012-09-26 17:18:31 +0200
committerubit2012-09-26 17:18:31 +0200
commitb07b29c2475c3140601167277250d62ec03334a6 (patch)
tree9612b8640d89bdb9642f6fc2d5814fe5b7a87776 /OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentjust remove the damm thing (diff)
downloadopensim-SC_OLD-b07b29c2475c3140601167277250d62ec03334a6.zip
opensim-SC_OLD-b07b29c2475c3140601167277250d62ec03334a6.tar.gz
opensim-SC_OLD-b07b29c2475c3140601167277250d62ec03334a6.tar.bz2
opensim-SC_OLD-b07b29c2475c3140601167277250d62ec03334a6.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
index 5169f65..cc65981 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
@@ -160,7 +160,7 @@ namespace OpenSim.Region.ClientStack.Linden
160 lock (responses) 160 lock (responses)
161 return responses.ContainsKey(x); 161 return responses.ContainsKey(x);
162 }; 162 };
163 GetEvents = (x, y, s) => 163 GetEvents = (x, y) =>
164 { 164 {
165 lock (responses) 165 lock (responses)
166 { 166 {