diff options
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 7 |
1 files changed, 1 insertions, 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 | |||
2113 | 2113 | ||
2114 | // PROBABLE END OF FIXME | 2114 | // PROBABLE END OF FIXME |
2115 | 2115 | ||
2116 | // Since we copy from a source group that is in selected | 2116 | copy.IsSelected = createSelected; |
2117 | // state, but the copy is shown deselected in the viewer, | ||
2118 | // We need to clear the selection flag here, else that | ||
2119 | // prim never gets persisted at all. The client doesn't | ||
2120 | // think it's selected, so it will never send a deselect... | ||
2121 | copy.IsSelected = false; | ||
2122 | 2117 | ||
2123 | if (rot != Quaternion.Identity) | 2118 | if (rot != Quaternion.Identity) |
2124 | copy.UpdateGroupRotationR(rot); | 2119 | copy.UpdateGroupRotationR(rot); |