diff options
Diffstat (limited to '')
-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 a73977e..2429e96 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2506,8 +2506,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2506 | 2506 | ||
2507 | public void llLookAt(LSL_Vector target, double strength, double damping) | 2507 | public void llLookAt(LSL_Vector target, double strength, double damping) |
2508 | { | 2508 | { |
2509 | // partial implementation, rotates objects correctly but does not apply strength or damping attributes | 2509 | // partial implementation, rotates objects correctly but does not apply strength or damping attributes |
2510 | 2510 | ||
2511 | m_host.AddScriptLPS(1); | 2511 | m_host.AddScriptLPS(1); |
2512 | // Determine where we are looking from | 2512 | // Determine where we are looking from |
2513 | LSL_Vector from = llGetPos(); | 2513 | LSL_Vector from = llGetPos(); |