parent
8a42334ff3
commit
574a6e3580
|
@ -2314,7 +2314,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
public void llSetRot(LSL_Rotation rot)
|
public void llSetRot(LSL_Rotation rot)
|
||||||
{
|
{
|
||||||
m_host.AddScriptLPS(1);
|
m_host.AddScriptLPS(1);
|
||||||
SetRot(m_host, rot);
|
SetRot(m_host, rot);
|
||||||
ScriptSleep(200);
|
ScriptSleep(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7850,7 +7850,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
if (remain < 1)
|
if (remain < 1)
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
SetRot(part, rules.GetQuaternionItem(idx++));
|
SetRot(part, rules.GetQuaternionItem(idx++));
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue