Update svn properties, minor formatting cleanup.
parent
2c685bff14
commit
a3d14832af
|
@ -822,7 +822,7 @@ namespace OpenSim.Framework.Console
|
|||
cmdline.Remove(0, cmdline.Length);
|
||||
}
|
||||
|
||||
while(true)
|
||||
while (true)
|
||||
{
|
||||
Show();
|
||||
|
||||
|
|
|
@ -2506,7 +2506,7 @@ 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
|
||||
|
|
Loading…
Reference in New Issue