diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 5436888..e20e4c4 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -7788,13 +7788,13 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
7788 | { | 7788 | { |
7789 | profilecut.y = 1f; | 7789 | profilecut.y = 1f; |
7790 | } | 7790 | } |
7791 | if (profilecut.y - profilecut.x < 0.05f) | 7791 | if (profilecut.y - profilecut.x < 0.02f) |
7792 | { | 7792 | { |
7793 | profilecut.x = profilecut.y - 0.05f; | 7793 | profilecut.x = profilecut.y - 0.02f; |
7794 | if (profilecut.x < 0.0f) | 7794 | if (profilecut.x < 0.0f) |
7795 | { | 7795 | { |
7796 | profilecut.x = 0.0f; | 7796 | profilecut.x = 0.0f; |
7797 | profilecut.y = 0.05f; | 7797 | profilecut.y = 0.02f; |
7798 | } | 7798 | } |
7799 | } | 7799 | } |
7800 | shapeBlock.ProfileBegin = (ushort)(50000 * profilecut.x); | 7800 | shapeBlock.ProfileBegin = (ushort)(50000 * profilecut.x); |