These 2 files want to be committed.

This commit is contained in:
Diva Canto
2010-07-08 16:07:37 -07:00
parent 5f932605dc
commit 9316e0b867
2 changed files with 10 additions and 10 deletions

View File

@@ -450,7 +450,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);
}