From 97e6f21c6c7933c95cf74b0dc4613d267a5905ab Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 19 Jan 2017 18:33:00 +0000 Subject: actually make use of it as viewers requested --- OpenSim/Region/Framework/Scenes/SceneGraph.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index ebf081e..fc13692 100755 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs @@ -2113,12 +2113,7 @@ namespace OpenSim.Region.Framework.Scenes // PROBABLE END OF FIXME - // Since we copy from a source group that is in selected - // state, but the copy is shown deselected in the viewer, - // We need to clear the selection flag here, else that - // prim never gets persisted at all. The client doesn't - // think it's selected, so it will never send a deselect... - copy.IsSelected = false; + copy.IsSelected = createSelected; if (rot != Quaternion.Identity) copy.UpdateGroupRotationR(rot); -- cgit v1.1