Update svn properties, minor formatting cleanup.
parent
2c685bff14
commit
a3d14832af
|
@ -822,7 +822,7 @@ namespace OpenSim.Framework.Console
|
||||||
cmdline.Remove(0, cmdline.Length);
|
cmdline.Remove(0, cmdline.Length);
|
||||||
}
|
}
|
||||||
|
|
||||||
while(true)
|
while (true)
|
||||||
{
|
{
|
||||||
Show();
|
Show();
|
||||||
|
|
||||||
|
|
|
@ -2506,7 +2506,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
public void llLookAt(LSL_Vector target, double strength, double damping)
|
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);
|
m_host.AddScriptLPS(1);
|
||||||
// Determine where we are looking from
|
// Determine where we are looking from
|
||||||
|
|
Loading…
Reference in New Issue