diff options
author | Jeff Ames | 2009-02-09 22:49:05 +0000 |
---|---|---|
committer | Jeff Ames | 2009-02-09 22:49:05 +0000 |
commit | a3d14832af644ba228d13d7a62d4796c17911183 (patch) | |
tree | 2076a6a3fc80215ed5efbec49b959a73d71ba592 /OpenSim/Region/ScriptEngine/Shared/Api | |
parent | Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms.... (diff) | |
download | opensim-SC_OLD-a3d14832af644ba228d13d7a62d4796c17911183.zip opensim-SC_OLD-a3d14832af644ba228d13d7a62d4796c17911183.tar.gz opensim-SC_OLD-a3d14832af644ba228d13d7a62d4796c17911183.tar.bz2 opensim-SC_OLD-a3d14832af644ba228d13d7a62d4796c17911183.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api')
-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(); |