mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 00:15:45 +08:00
Revert "no need to assign rotation to a variable now"
This reverts commit a3d140b57c.
This commit is contained in:
@@ -7280,7 +7280,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (remain < 1)
|
||||
return null;
|
||||
|
||||
SetRot(part, rules.GetQuaternionItem(idx++));
|
||||
LSL_Rotation q = rules.GetQuaternionItem(idx++);
|
||||
SetRot(part, q);
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user