aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorubit2012-08-04 11:42:59 +0200
committerubit2012-08-04 11:42:59 +0200
commitdfb77330a8f5abac2acd72db196d1020a25697c1 (patch)
tree8be49aa7fb6917cd5feeb4b7246d416bcc41d06a /OpenSim/Region/ClientStack/Linden
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parent update ode.dll for windows so both 32b and 64b are now version 0.12 (32b (diff)
downloadopensim-SC_OLD-dfb77330a8f5abac2acd72db196d1020a25697c1.zip
opensim-SC_OLD-dfb77330a8f5abac2acd72db196d1020a25697c1.tar.gz
opensim-SC_OLD-dfb77330a8f5abac2acd72db196d1020a25697c1.tar.bz2
opensim-SC_OLD-dfb77330a8f5abac2acd72db196d1020a25697c1.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Conflicts: bin/lib32/BulletSim.dll bin/lib32/libBulletSim.so bin/lib64/BulletSim.dll bin/lib64/libBulletSim.so
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 1410cf6..8cac731 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -551,8 +551,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
551 OutPacket(disable, ThrottleOutPacketType.Unknown); 551 OutPacket(disable, ThrottleOutPacketType.Unknown);
552 } 552 }
553 553
554// IsActive = false;
555
556 // Shutdown the image manager 554 // Shutdown the image manager
557 ImageManager.Close(); 555 ImageManager.Close();
558 556