diff options
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> |