Undo fix is now complete. This commit repairs the special case of the root prim moving or rotating independently of the rest of the group.

This commit is contained in:
Tom Grimshaw
2010-07-05 05:44:35 -07:00
parent be5dd04150
commit e947d04038
3 changed files with 41 additions and 15 deletions

View File

@@ -3506,8 +3506,6 @@ namespace OpenSim.Region.Framework.Scenes
}
public void StoreUndoState(UndoType type)
{
if (!Undoing && (m_parentGroup == null || m_parentGroup.RootPart == null || !m_parentGroup.RootPart.Undoing))
{
if (!IgnoreUndoUpdate)