diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index c2fe691..c31e5d3 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -374,6 +374,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
374 | public const int PRIM_SCULPT_TYPE_PLANE = 3; | 374 | public const int PRIM_SCULPT_TYPE_PLANE = 3; |
375 | public const int PRIM_SCULPT_TYPE_CYLINDER = 4; | 375 | public const int PRIM_SCULPT_TYPE_CYLINDER = 4; |
376 | public const int PRIM_SCULPT_FLAG_INVERT = 64; | 376 | public const int PRIM_SCULPT_FLAG_INVERT = 64; |
377 | public const int PRIM_SCULPT_FLAG_MIRROR = 128; | ||
377 | 378 | ||
378 | public const int MASK_BASE = 0; | 379 | public const int MASK_BASE = 0; |
379 | public const int MASK_OWNER = 1; | 380 | public const int MASK_OWNER = 1; |