Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-07-11 13:32:10 +01:00
8 changed files with 104 additions and 61 deletions

View File

@@ -518,7 +518,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public LSL_Vector llVecNorm(LSL_Vector v)
{
m_host.AddScriptLPS(1);
m_host.AddScriptLPS(1);
return LSL_Vector.Norm(v);
}