fix undo when resizing of non-root individual prims in a linkset

undo resize, rotation and position still needs fixing when only editing root prim of a linkset
This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-19 03:27:16 +01:00
parent 430a4aeba8
commit c94dc95844
3 changed files with 11 additions and 4 deletions

View File

@@ -1291,7 +1291,7 @@ namespace OpenSim.Region.Framework.Scenes
{
if (m_parentScene.Permissions.CanMoveObject(group.UUID, remoteClient.AgentId))
{
group.UpdateSingleRotation(rot,pos, localID);
group.UpdateSingleRotation(rot, pos, localID);
}
}
}