diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 1d2ef40..6f4bc8b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2083,7 +2083,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2083 | public void llSetRot(LSL_Rotation rot) | 2083 | public void llSetRot(LSL_Rotation rot) |
2084 | { | 2084 | { |
2085 | m_host.AddScriptLPS(1); | 2085 | m_host.AddScriptLPS(1); |
2086 | SetRot(m_host, rot); | 2086 | SetRot(m_host, rot); |
2087 | ScriptSleep(200); | 2087 | ScriptSleep(200); |
2088 | } | 2088 | } |
2089 | 2089 | ||
@@ -7280,7 +7280,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
7280 | if (remain < 1) | 7280 | if (remain < 1) |
7281 | return null; | 7281 | return null; |
7282 | 7282 | ||
7283 | SetRot(part, rules.GetQuaternionItem(idx++)); | 7283 | SetRot(part, rules.GetQuaternionItem(idx++)); |
7284 | 7284 | ||
7285 | break; | 7285 | break; |
7286 | 7286 | ||