Update svn properties, minor formatting cleanup.

0.6.3-post-fixes
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

@ -822,7 +822,7 @@ namespace OpenSim.Framework.Console
cmdline.Remove(0, cmdline.Length);
}
while(true)
while (true)
{
Show();

View File

@ -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