From 453fadd94071545b76706674bb284402c9a065c0 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 10 Jun 2007 18:51:45 +0000 Subject: Added SandBoxManager which in sandbox mode, acts as the backend server for the CommsManager interfaces (commsManager.gridServer etc). --- OpenSim/OpenSim.Region/World/Primitive.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenSim/OpenSim.Region/World/Primitive.cs') diff --git a/OpenSim/OpenSim.Region/World/Primitive.cs b/OpenSim/OpenSim.Region/World/Primitive.cs index c800f21..99e349d 100644 --- a/OpenSim/OpenSim.Region/World/Primitive.cs +++ b/OpenSim/OpenSim.Region/World/Primitive.cs @@ -224,7 +224,6 @@ namespace OpenSim.Region public void UpdateTexture(byte[] tex) { this.primData.Texture = tex; - //this.dirtyFlag = true; } /// @@ -387,8 +386,6 @@ namespace OpenSim.Region lPos = this.Pos; lRot = this.rotation; } - - } /// -- cgit v1.1