aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction
diff options
context:
space:
mode:
authorUbitUmarov2015-12-01 09:42:28 +0000
committerUbitUmarov2015-12-01 09:42:28 +0000
commitc277dbd66c965c79063db7373bdfc6a21a4fd8da (patch)
tree3f31d5f3ae41cedc96ae96659ba06cd4d18e7942 /OpenSim/Region/CoreModules/Agent/AssetTransaction
parentfix a few typos (diff)
downloadopensim-SC_OLD-c277dbd66c965c79063db7373bdfc6a21a4fd8da.zip
opensim-SC_OLD-c277dbd66c965c79063db7373bdfc6a21a4fd8da.tar.gz
opensim-SC_OLD-c277dbd66c965c79063db7373bdfc6a21a4fd8da.tar.bz2
opensim-SC_OLD-c277dbd66c965c79063db7373bdfc6a21a4fd8da.tar.xz
fix a more few typos
Diffstat (limited to 'OpenSim/Region/CoreModules/Agent/AssetTransaction')
-rw-r--r--OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs b/OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs
index fb6cb63..7bd7618 100644
--- a/OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs
+++ b/OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs
@@ -44,12 +44,12 @@ namespace OpenSim.Region.CoreModules.Agent.AssetTransaction
44 44
45 private List<UUID> defaultIDs = new List<UUID> { 45 private List<UUID> defaultIDs = new List<UUID> {
46 // Viewer's notion of the default texture 46 // Viewer's notion of the default texture
47 new UUID("5748decc-f629-461c-9a36-a35a221fe21f"), // others == default white 47 new UUID("5748decc-f629-461c-9a36-a35a221fe21f"), // others == default blank
48 new UUID("7ca39b4c-bd19-4699-aff7-f93fd03d3e7b"), // hair 48 new UUID("7ca39b4c-bd19-4699-aff7-f93fd03d3e7b"), // hair
49 new UUID("6522e74d-1660-4e7f-b601-6f48c1659a77"), // eyes 49 new UUID("6522e74d-1660-4e7f-b601-6f48c1659a77"), // eyes
50 new UUID("c228d1cf-4b5d-4ba8-84f4-899a0796aa97"), // skin 50 new UUID("c228d1cf-4b5d-4ba8-84f4-899a0796aa97"), // skin
51 new UUID("8dcd4a48-2d37-4909-9f78-f7a9eb4ef903"), // transparency for alpha 51 new UUID("8dcd4a48-2d37-4909-9f78-f7a9eb4ef903"), // transparency for alpha
52 // opensim assets skin textures possible obsolete now 52 // opensim assets skin textures possibly obsolete now
53 new UUID("00000000-0000-1111-9999-000000000010"), 53 new UUID("00000000-0000-1111-9999-000000000010"),
54 new UUID("00000000-0000-1111-9999-000000000011"), 54 new UUID("00000000-0000-1111-9999-000000000011"),
55 new UUID("00000000-0000-1111-9999-000000000012"), 55 new UUID("00000000-0000-1111-9999-000000000012"),