mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user