Correct a wrong error constant
parent
fcb34efa95
commit
2ea8d820b0
|
@ -667,7 +667,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||||
|
|
||||||
public static readonly LSLInteger RCERR_UNKNOWN = -1;
|
public static readonly LSLInteger RCERR_UNKNOWN = -1;
|
||||||
public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2;
|
public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2;
|
||||||
public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = 3;
|
public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = -3;
|
||||||
|
|
||||||
public const int KFM_MODE = 1;
|
public const int KFM_MODE = 1;
|
||||||
public const int KFM_LOOP = 1;
|
public const int KFM_LOOP = 1;
|
||||||
|
|
Loading…
Reference in New Issue