diff options
author | UbitUmarov | 2017-01-19 18:33:00 +0000 |
---|---|---|
committer | UbitUmarov | 2017-01-19 18:33:00 +0000 |
commit | 97e6f21c6c7933c95cf74b0dc4613d267a5905ab (patch) | |
tree | de713fdf2dd7281a04b1a1a02d36d6d61599c323 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | fix the meaning of objectDuplicate[OnRay]() flags parameter but still not usi... (diff) | |
download | opensim-SC-97e6f21c6c7933c95cf74b0dc4613d267a5905ab.zip opensim-SC-97e6f21c6c7933c95cf74b0dc4613d267a5905ab.tar.gz opensim-SC-97e6f21c6c7933c95cf74b0dc4613d267a5905ab.tar.bz2 opensim-SC-97e6f21c6c7933c95cf74b0dc4613d267a5905ab.tar.xz |
actually make use of it as viewers requested
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-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); |