diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 796b065..3260dad 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -1066,6 +1066,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
1066 | part.Shape.FlexiForceX = (float)Force.x; | 1066 | part.Shape.FlexiForceX = (float)Force.x; |
1067 | part.Shape.FlexiForceY = (float)Force.y; | 1067 | part.Shape.FlexiForceY = (float)Force.y; |
1068 | part.Shape.FlexiForceZ = (float)Force.z; | 1068 | part.Shape.FlexiForceZ = (float)Force.z; |
1069 | part.Shape.PathCurve = 0x80; | ||
1069 | 1070 | ||
1070 | } | 1071 | } |
1071 | else | 1072 | else |