mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
actually make use of it as viewers requested
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user