diff options
author | UbitUmarov | 2014-07-22 01:11:18 +0100 |
---|---|---|
committer | UbitUmarov | 2014-07-22 01:11:18 +0100 |
commit | 243499ea4e10cb90f863199b83cd299afbd46c28 (patch) | |
tree | 5b1f3b17c4107569121a3e422d8cb11ae4419e4a /OpenSim/Region/Framework | |
parent | avatar collisions fix (diff) | |
download | opensim-SC_OLD-243499ea4e10cb90f863199b83cd299afbd46c28.zip opensim-SC_OLD-243499ea4e10cb90f863199b83cd299afbd46c28.tar.gz opensim-SC_OLD-243499ea4e10cb90f863199b83cd299afbd46c28.tar.bz2 opensim-SC_OLD-243499ea4e10cb90f863199b83cd299afbd46c28.tar.xz |
send updates on selected attachments as sl ( warinin if reverted then a
fix is needed elsewhere since the changes are never sent)
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index fe1f00b..055473d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -3289,9 +3289,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
3289 | return; | 3289 | return; |
3290 | 3290 | ||
3291 | // Suppress full updates during attachment editing | 3291 | // Suppress full updates during attachment editing |
3292 | // | 3292 | // sl Does send them |
3293 | if (ParentGroup.IsSelected && ParentGroup.IsAttachment) | 3293 | // if (ParentGroup.IsSelected && ParentGroup.IsAttachment) |
3294 | return; | 3294 | // return; |
3295 | 3295 | ||
3296 | if (ParentGroup.IsDeleted) | 3296 | if (ParentGroup.IsDeleted) |
3297 | return; | 3297 | return; |