aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-04-29 13:12:36 +0000
committerTeravus Ovares2008-04-29 13:12:36 +0000
commit80ea0b94b9fe1bd4028edc9b183b2a9ce49d9bb2 (patch)
treebd8f15f0a005322aa779e6ec29ffd7ec09caf90a /OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
parent* Applying melanie's List2Vector and List2Rot patch. Added a routine in the... (diff)
downloadopensim-SC_OLD-80ea0b94b9fe1bd4028edc9b183b2a9ce49d9bb2.zip
opensim-SC_OLD-80ea0b94b9fe1bd4028edc9b183b2a9ce49d9bb2.tar.gz
opensim-SC_OLD-80ea0b94b9fe1bd4028edc9b183b2a9ce49d9bb2.tar.bz2
opensim-SC_OLD-80ea0b94b9fe1bd4028edc9b183b2a9ce49d9bb2.tar.xz
* Fixes child prim not editable as an attachment. You can right click on child prim in an attachment and get the proper pie menu. You get the attachment axis scope in the edit box.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
index b5e2c40..d41ede1 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs
@@ -1276,7 +1276,7 @@ namespace OpenSim.Region.Environment.Scenes
1276 { 1276 {
1277 if (group.RootPart.Shape.PCode == (byte)PCode.Prim) 1277 if (group.RootPart.Shape.PCode == (byte)PCode.Prim)
1278 { 1278 {
1279 group.RootPart.Shape.State = (byte)0; 1279 group.ClearPartAttachmentData();
1280 } 1280 }
1281 group.ApplyPhysics(m_physicalPrim); 1281 group.ApplyPhysics(m_physicalPrim);
1282 } 1282 }