aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/PrimitiveBaseShape.cs4
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs4
2 files changed, 4 insertions, 4 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}
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index e8ae2a7..dcb1a47 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -3520,7 +3520,7 @@ namespace OpenSim.Region.ClientStack
3520 shape.PathTaperY = addPacket.ObjectData.PathTaperY; 3520 shape.PathTaperY = addPacket.ObjectData.PathTaperY;
3521 shape.PathTwist = addPacket.ObjectData.PathTwist; 3521 shape.PathTwist = addPacket.ObjectData.PathTwist;
3522 shape.PathTwistBegin = addPacket.ObjectData.PathTwistBegin; 3522 shape.PathTwistBegin = addPacket.ObjectData.PathTwistBegin;
3523 LLObject.TextureEntry ntex = new LLObject.TextureEntry(new LLUUID("00000000-0000-0000-9999-000000000005")); 3523 LLObject.TextureEntry ntex = new LLObject.TextureEntry(new LLUUID("89556747-24cb-43ed-920b-47caed15465f"));
3524 shape.Textures = ntex; 3524 shape.Textures = ntex;
3525 return shape; 3525 return shape;
3526 } 3526 }
@@ -3537,4 +3537,4 @@ namespace OpenSim.Region.ClientStack
3537 OutPacket(logReply, ThrottleOutPacketType.Task); 3537 OutPacket(logReply, ThrottleOutPacketType.Task);
3538 } 3538 }
3539 } 3539 }
3540} \ No newline at end of file 3540}