Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into careminster
commit
a45ff62adb
|
@ -2280,20 +2280,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
}
|
||||
else
|
||||
{
|
||||
if (part.IsRoot)
|
||||
{
|
||||
return new LSL_Vector(part.AttachedPos.X,
|
||||
part.AttachedPos.Y,
|
||||
part.AttachedPos.Z);
|
||||
}
|
||||
if (part.ParentGroup.IsAttachment)
|
||||
pos = part.AttachedPos;
|
||||
else
|
||||
{
|
||||
pos = part.AbsolutePosition;
|
||||
}
|
||||
}
|
||||
|
||||
// m_log.DebugFormat("[LSL API]: Returning {0} in GetPartLocalPos()", pos);
|
||||
|
||||
return new LSL_Vector(pos.X, pos.Y, pos.Z);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue