Fix build break

0.6.1-post-fixes
Melanie Thielker 2008-11-22 16:09:58 +00:00
parent e982a24f77
commit 1c89c348b7
1 changed files with 1 additions and 1 deletions

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);
}