aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PrimitiveBaseShape.cs
diff options
context:
space:
mode:
authorKittoFlora2009-11-19 20:20:03 +0100
committerKittoFlora2009-11-19 20:20:03 +0100
commit251d1b8fbbc311ea267d0a44d5878df480d69338 (patch)
tree4ef142946d9b05d42564ddba63a99a67db5659bc /OpenSim/Framework/PrimitiveBaseShape.cs
parentClean up messages in ODE (diff)
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC-251d1b8fbbc311ea267d0a44d5878df480d69338.zip
opensim-SC-251d1b8fbbc311ea267d0a44d5878df480d69338.tar.gz
opensim-SC-251d1b8fbbc311ea267d0a44d5878df480d69338.tar.bz2
opensim-SC-251d1b8fbbc311ea267d0a44d5878df480d69338.tar.xz
Merge branch 'careminster' into tests
Diffstat (limited to 'OpenSim/Framework/PrimitiveBaseShape.cs')
-rw-r--r--OpenSim/Framework/PrimitiveBaseShape.cs2
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";