Correct formatting of Primitive.Textures in PrimitiveBaseShape.ToOmvPrimitive method
parent
e0389f64b0
commit
1afd347615
|
@ -1153,7 +1153,7 @@ namespace OpenSim.Framework
|
||||||
prim.Light.Radius = this.LightRadius;
|
prim.Light.Radius = this.LightRadius;
|
||||||
}
|
}
|
||||||
|
|
||||||
prim.Textures = new Primitive.TextureEntry(this.TextureEntry, 0, this.TextureEntry.Length);
|
prim.Textures = this.Textures;
|
||||||
|
|
||||||
prim.Properties = new Primitive.ObjectProperties();
|
prim.Properties = new Primitive.ObjectProperties();
|
||||||
prim.Properties.Name = "Primitive";
|
prim.Properties.Name = "Primitive";
|
||||||
|
|
Loading…
Reference in New Issue