diff options
author | MW | 2007-06-10 18:51:45 +0000 |
---|---|---|
committer | MW | 2007-06-10 18:51:45 +0000 |
commit | 453fadd94071545b76706674bb284402c9a065c0 (patch) | |
tree | e971a1970f5926da1a9393b94f9b3e109a8cd14b /OpenSim/OpenSim.Region/World/Primitive.cs | |
parent | Added a Couple of summary comments (diff) | |
download | opensim-SC-453fadd94071545b76706674bb284402c9a065c0.zip opensim-SC-453fadd94071545b76706674bb284402c9a065c0.tar.gz opensim-SC-453fadd94071545b76706674bb284402c9a065c0.tar.bz2 opensim-SC-453fadd94071545b76706674bb284402c9a065c0.tar.xz |
Added SandBoxManager which in sandbox mode, acts as the backend server for the CommsManager interfaces (commsManager.gridServer etc).
Diffstat (limited to 'OpenSim/OpenSim.Region/World/Primitive.cs')
-rw-r--r-- | OpenSim/OpenSim.Region/World/Primitive.cs | 3 |
1 files changed, 0 insertions, 3 deletions
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 | |||
224 | public void UpdateTexture(byte[] tex) | 224 | public void UpdateTexture(byte[] tex) |
225 | { | 225 | { |
226 | this.primData.Texture = tex; | 226 | this.primData.Texture = tex; |
227 | //this.dirtyFlag = true; | ||
228 | } | 227 | } |
229 | 228 | ||
230 | /// <summary> | 229 | /// <summary> |
@@ -387,8 +386,6 @@ namespace OpenSim.Region | |||
387 | lPos = this.Pos; | 386 | lPos = this.Pos; |
388 | lRot = this.rotation; | 387 | lRot = this.rotation; |
389 | } | 388 | } |
390 | |||
391 | |||
392 | } | 389 | } |
393 | 390 | ||
394 | /// <summary> | 391 | /// <summary> |