diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-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 69be69b..c086f22 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -290,6 +290,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
290 | public const int PRIM_TEXGEN = 22; | 290 | public const int PRIM_TEXGEN = 22; |
291 | public const int PRIM_CAST_SHADOWS = 24; // Not implemented, here for completeness sake | 291 | public const int PRIM_CAST_SHADOWS = 24; // Not implemented, here for completeness sake |
292 | public const int PRIM_POINT_LIGHT = 23; // Huh? | 292 | public const int PRIM_POINT_LIGHT = 23; // Huh? |
293 | public const int PRIM_GLOW = 25; | ||
293 | public const int PRIM_TEXGEN_DEFAULT = 0; | 294 | public const int PRIM_TEXGEN_DEFAULT = 0; |
294 | public const int PRIM_TEXGEN_PLANAR = 1; | 295 | public const int PRIM_TEXGEN_PLANAR = 1; |
295 | 296 | ||