mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
If an object is rezzed directly from a prim inventory then give it the rotation it was stored with.
This commit is contained in:
@@ -2007,7 +2007,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
RayStart, RayEnd, RayTargetID, Quaternion.Identity,
|
||||
BypassRayCast, bRayEndIsIntersection, true, scale, false);
|
||||
|
||||
RezObject(part, item, pos, Quaternion.Identity, Vector3.Zero, 0);
|
||||
RezObject(part, item, pos, null, Vector3.Zero, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user