mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Update svn properties. Formatting cleanup.
This commit is contained in:
@@ -1448,12 +1448,12 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
Entities.Add(copy.UUID, copy);
|
||||
}
|
||||
|
||||
// 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;
|
||||
// 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;
|
||||
|
||||
m_numPrim++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user