Fix build break

This commit is contained in:
Melanie Thielker
2008-11-22 16:09:58 +00:00
parent e982a24f77
commit 1c89c348b7

View File

@@ -1179,7 +1179,7 @@ namespace OpenSim.Region.Environment.Scenes
{
// Vector3 oldPos = group.AbsolutePosition;
if (group.IsAttachment || (group.RootPrim.Shape.PCode == 9 && group.RootPrim.Shape.State != 0))
if (group.IsAttachment || (group.RootPart.Shape.PCode == 9 && group.RootPart.Shape.State != 0))
{
group.UpdateGroupPosition(pos);
}