Committing the missing resource file for MSSQL. Sorry...

This commit is contained in:
Melanie Thielker
2008-09-02 20:05:20 +00:00
parent 52a5425628
commit 9806c0b374
2 changed files with 162 additions and 1 deletions

View File

@@ -5729,7 +5729,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
float tension = (float)Convert.ToDouble(rules.Data[idx++]);
LSL_Types.Vector3 force =new LSL_Types.Vector3(rules.Data[idx++].ToString());
SetFlexi(part, (flexi == 1), softness, gravity, friction, wind, tension, force);
SetFlexi(part, flexi, softness, gravity, friction, wind, tension, force);
break;
case (int)ScriptBaseClass.PRIM_POINT_LIGHT: