From 2d2a1acfae712585f1f00ec8d26b5aa4c00482fc Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 27 Mar 2011 13:43:32 -0700 Subject: Upgrade terse to full update on root rotation change. Not entirely sure why, but it seems that the terse update causes the first prim to rotate improperly on occasion (only temporary, it's fixed by the full update on deselect, but this will prevent confusion.) --- OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework') diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 92a275e..631a7a0 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs @@ -3425,7 +3425,7 @@ namespace OpenSim.Region.Framework.Scenes m_rootPart.Undoing = false; } - ScheduleGroupForTerseUpdate(); + ScheduleGroupForFullUpdate(); } #endregion -- cgit v1.1