diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rwxr-xr-x | OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs b/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs index b0b0bc6..9daf9d7 100755 --- a/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs +++ b/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs | |||
@@ -408,8 +408,10 @@ public class ExtendedPhysics : INonSharedRegionModule | |||
408 | public const int PHYS_PARAM_LINK_TYPE = 14419; | 408 | public const int PHYS_PARAM_LINK_TYPE = 14419; |
409 | [ScriptConstant] | 409 | [ScriptConstant] |
410 | public const int PHYS_PARAM_USE_LINEAR_FRAMEA = 14420; | 410 | public const int PHYS_PARAM_USE_LINEAR_FRAMEA = 14420; |
411 | [ScriptConstant] | ||
412 | public const int PHYS_PARAM_SPRING_EQUILIBRIUM_POINT = 14421; | ||
411 | 413 | ||
412 | public const int PHYS_PARAM_MAX = 14420; | 414 | public const int PHYS_PARAM_MAX = 14421; |
413 | 415 | ||
414 | // Used when specifying a parameter that has settings for the three linear and three angular axis | 416 | // Used when specifying a parameter that has settings for the three linear and three angular axis |
415 | [ScriptConstant] | 417 | [ScriptConstant] |