Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2009-02-09 22:49:05 +00:00
parent 2c685bff14
commit a3d14832af
5 changed files with 321 additions and 321 deletions

View File

@@ -2506,8 +2506,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void llLookAt(LSL_Vector target, double strength, double damping)
{
// partial implementation, rotates objects correctly but does not apply strength or damping attributes
// partial implementation, rotates objects correctly but does not apply strength or damping attributes
m_host.AddScriptLPS(1);
// Determine where we are looking from
LSL_Vector from = llGetPos();