mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
@@ -2083,7 +2083,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
public void llSetRot(LSL_Rotation rot)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
SetRot(m_host, rot);
|
||||
SetRot(m_host, rot);
|
||||
ScriptSleep(200);
|
||||
}
|
||||
|
||||
@@ -7280,7 +7280,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (remain < 1)
|
||||
return null;
|
||||
|
||||
SetRot(part, rules.GetQuaternionItem(idx++));
|
||||
SetRot(part, rules.GetQuaternionItem(idx++));
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user