aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PrimitiveBaseShape.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/PrimitiveBaseShape.cs')
-rw-r--r--OpenSim/Framework/PrimitiveBaseShape.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs
index c29b973..66511e6 100644
--- a/OpenSim/Framework/PrimitiveBaseShape.cs
+++ b/OpenSim/Framework/PrimitiveBaseShape.cs
@@ -140,7 +140,7 @@ namespace OpenSim.Framework
140 static PrimitiveBaseShape() 140 static PrimitiveBaseShape()
141 { 141 {
142 m_defaultTexture = 142 m_defaultTexture =
143 new LLObject.TextureEntry(new LLUUID("00000000-0000-0000-9999-000000000005")); 143 new LLObject.TextureEntry(new LLUUID("89556747-24cb-43ed-920b-47caed15465f"));
144 } 144 }
145 145
146 public PrimitiveBaseShape() 146 public PrimitiveBaseShape()
@@ -238,4 +238,4 @@ namespace OpenSim.Framework
238 Scale.X = Scale.Y = radius*2f; 238 Scale.X = Scale.Y = radius*2f;
239 } 239 }
240 } 240 }
241} \ No newline at end of file 241}