aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorgareth2007-03-07 19:13:30 +0000
committergareth2007-03-07 19:13:30 +0000
commitee214468c2c63250fa715b77978399db8a2cca63 (patch)
treeb9a8c8fd10c01315ac0d3fa1bdc831cbc4386b36 /src
parentAdded OGS (diff)
downloadopensim-SC_OLD-ee214468c2c63250fa715b77978399db8a2cca63.zip
opensim-SC_OLD-ee214468c2c63250fa715b77978399db8a2cca63.tar.gz
opensim-SC_OLD-ee214468c2c63250fa715b77978399db8a2cca63.tar.bz2
opensim-SC_OLD-ee214468c2c63250fa715b77978399db8a2cca63.tar.xz
Added MW's fix for prim editing
Diffstat (limited to 'src')
-rw-r--r--src/world/Primitive.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world/Primitive.cs b/src/world/Primitive.cs
index 18b5715..31ef533 100644
--- a/src/world/Primitive.cs
+++ b/src/world/Primitive.cs
@@ -66,7 +66,8 @@ namespace OpenSim.world
66 objupdate.ObjectData[0].JointAxisOrAnchor = new LLVector3(0,0,0); 66 objupdate.ObjectData[0].JointAxisOrAnchor = new LLVector3(0,0,0);
67 objupdate.ObjectData[0].JointPivot = new LLVector3(0,0,0); 67 objupdate.ObjectData[0].JointPivot = new LLVector3(0,0,0);
68 objupdate.ObjectData[0].Material = 3; 68 objupdate.ObjectData[0].Material = 3;
69 objupdate.ObjectData[0].TextureAnim = new byte[0]; 69 objupdate.ObjectData[0].UpdateFlags=32+65536+131072+256+4+8+2048+524288+268435456;
70 objupdate.ObjectData[0].TextureAnim = new byte[0];
70 objupdate.ObjectData[0].Sound = LLUUID.Zero; 71 objupdate.ObjectData[0].Sound = LLUUID.Zero;
71 LLObject.TextureEntry ntex = new LLObject.TextureEntry(new LLUUID("00000000-0000-0000-5005-000000000005")); 72 LLObject.TextureEntry ntex = new LLObject.TextureEntry(new LLUUID("00000000-0000-0000-5005-000000000005"));
72 objupdate.ObjectData[0].TextureEntry = ntex.ToBytes(); 73 objupdate.ObjectData[0].TextureEntry = ntex.ToBytes();