mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Thank you kindly, FrankNichols for a patch that:
The following patch fixes http://opensimulator.org/mantis/view.php?id=3107 [^] by changing call from setRot to llSetRot, the later handles child prim being rotated relative to root prim in linked set.
This commit is contained in:
@@ -6286,7 +6286,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return;
|
||||
|
||||
LSL_Rotation q = rules.GetQuaternionItem(idx++);
|
||||
SetRot(part, Rot2Quaternion(q));
|
||||
llSetRot(q);
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user