From 80ea0b94b9fe1bd4028edc9b183b2a9ce49d9bb2 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Tue, 29 Apr 2008 13:12:36 +0000 Subject: * 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. --- OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs') 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 { if (group.RootPart.Shape.PCode == (byte)PCode.Prim) { - group.RootPart.Shape.State = (byte)0; + group.ClearPartAttachmentData(); } group.ApplyPhysics(m_physicalPrim); } -- cgit v1.1