mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -2142,7 +2142,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
Quaternion newRot;
|
||||
|
||||
if (this.LinkNum < 2) //KF Single or root prim
|
||||
if (this.LinkNum == 0 || this.LinkNum == 1)
|
||||
{
|
||||
newRot = RotationOffset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user