diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index e37d3af..9aecea2 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -780,7 +780,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
780 | 780 | ||
781 | public static readonly LSLInteger RCERR_UNKNOWN = -1; | 781 | public static readonly LSLInteger RCERR_UNKNOWN = -1; |
782 | public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2; | 782 | public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2; |
783 | public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = 3; | 783 | public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = -3; |
784 | 784 | ||
785 | public const int KFM_MODE = 1; | 785 | public const int KFM_MODE = 1; |
786 | public const int KFM_LOOP = 1; | 786 | public const int KFM_LOOP = 1; |