diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs index 97231ff..e43d634 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -1153,7 +1153,7 @@ namespace OpenSim.Framework | |||
1153 | prim.Light.Radius = this.LightRadius; | 1153 | prim.Light.Radius = this.LightRadius; |
1154 | } | 1154 | } |
1155 | 1155 | ||
1156 | prim.Textures = new Primitive.TextureEntry(this.TextureEntry, 0, this.TextureEntry.Length); | 1156 | prim.Textures = this.Textures; |
1157 | 1157 | ||
1158 | prim.Properties = new Primitive.ObjectProperties(); | 1158 | prim.Properties = new Primitive.ObjectProperties(); |
1159 | prim.Properties.Name = "Primitive"; | 1159 | prim.Properties.Name = "Primitive"; |