aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Environment/Modules/World/Archiver/ArchiveWriteRequestPreparation.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveWriteRequestPreparation.cs b/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveWriteRequestPreparation.cs
index 9cf6bf5..58e8f55 100644
--- a/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveWriteRequestPreparation.cs
+++ b/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveWriteRequestPreparation.cs
@@ -205,6 +205,8 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
205 // Get the prim's default texture. This will be used for faces which don't have their own texture 205 // Get the prim's default texture. This will be used for faces which don't have their own texture
206 assetUuids[textureEntry.DefaultTexture.TextureID] = 1; 206 assetUuids[textureEntry.DefaultTexture.TextureID] = 1;
207 207
208 if (part.Shape.SculptTexture != UUID.Zero)
209 assetUuids[part.Shape.SculptTexture] = 1;
208 // XXX: Not a great way to iterate through face textures, but there's no 210 // XXX: Not a great way to iterate through face textures, but there's no
209 // other method available to tell how many faces there actually are 211 // other method available to tell how many faces there actually are
210 //int i = 0; 212 //int i = 0;