diff options
author | Melanie Thielker | 2008-09-02 20:05:20 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-02 20:05:20 +0000 |
commit | 9806c0b37471b33fc3a4631ec68fada81ebeeaef (patch) | |
tree | 20398c237d1836bb1cb505092b49715ec1180bee /OpenSim/Region | |
parent | Small fix to a cast in list parsing (diff) | |
download | opensim-SC_OLD-9806c0b37471b33fc3a4631ec68fada81ebeeaef.zip opensim-SC_OLD-9806c0b37471b33fc3a4631ec68fada81ebeeaef.tar.gz opensim-SC_OLD-9806c0b37471b33fc3a4631ec68fada81ebeeaef.tar.bz2 opensim-SC_OLD-9806c0b37471b33fc3a4631ec68fada81ebeeaef.tar.xz |
Committing the missing resource file for MSSQL. Sorry...
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 09599e0..6a2194d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -5729,7 +5729,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
5729 | float tension = (float)Convert.ToDouble(rules.Data[idx++]); | 5729 | float tension = (float)Convert.ToDouble(rules.Data[idx++]); |
5730 | LSL_Types.Vector3 force =new LSL_Types.Vector3(rules.Data[idx++].ToString()); | 5730 | LSL_Types.Vector3 force =new LSL_Types.Vector3(rules.Data[idx++].ToString()); |
5731 | 5731 | ||
5732 | SetFlexi(part, (flexi == 1), softness, gravity, friction, wind, tension, force); | 5732 | SetFlexi(part, flexi, softness, gravity, friction, wind, tension, force); |
5733 | 5733 | ||
5734 | break; | 5734 | break; |
5735 | case (int)ScriptBaseClass.PRIM_POINT_LIGHT: | 5735 | case (int)ScriptBaseClass.PRIM_POINT_LIGHT: |