parent
8a42334ff3
commit
574a6e3580
|
@ -2314,7 +2314,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);
|
||||
}
|
||||
|
||||
|
@ -7850,7 +7850,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
if (remain < 1)
|
||||
return null;
|
||||
|
||||
SetRot(part, rules.GetQuaternionItem(idx++));
|
||||
SetRot(part, rules.GetQuaternionItem(idx++));
|
||||
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue