mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Committing the missing resource file for MSSQL. Sorry...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user