diff options
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.cs | 2 |
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 | { |