diff options
author | Melanie | 2012-09-03 21:51:54 +0100 |
---|---|---|
committer | Melanie | 2012-09-03 21:51:54 +0100 |
commit | 359f9efc768d701460491b64b75660bf3c145419 (patch) | |
tree | a517277539669ed4be5faa1023e0c8a6c7e5b94f | |
parent | formatting (diff) | |
download | opensim-SC_OLD-359f9efc768d701460491b64b75660bf3c145419.zip opensim-SC_OLD-359f9efc768d701460491b64b75660bf3c145419.tar.gz opensim-SC_OLD-359f9efc768d701460491b64b75660bf3c145419.tar.bz2 opensim-SC_OLD-359f9efc768d701460491b64b75660bf3c145419.tar.xz |
Revert "formatting"
This reverts commit fb211c64fd9d335f4879549023870b1e28416f74.
-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 | ||