Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor

avinationmerge
Melanie Thielker 2010-08-04 03:24:06 +02:00
commit b38d69287a
1 changed files with 1 additions and 1 deletions

View File

@ -1939,7 +1939,7 @@ namespace OpenSim.Region.Framework.Scenes
Quaternion nrot = avSitOrientation;
if (!part.IsRoot)
{
nrot = nrot * part.RotationOffset;
nrot = part.RotationOffset * avSitOrientation;
}
sitOrientation = nrot; // Change rotatione to the scripted one
OffsetRotation = nrot;