diff options
Diffstat (limited to 'OpenSim')
-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 60a7e14..62bd6b8 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -612,6 +612,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
612 | public const int CLICK_ACTION_OPEN = 4; | 612 | public const int CLICK_ACTION_OPEN = 4; |
613 | public const int CLICK_ACTION_PLAY = 5; | 613 | public const int CLICK_ACTION_PLAY = 5; |
614 | public const int CLICK_ACTION_OPEN_MEDIA = 6; | 614 | public const int CLICK_ACTION_OPEN_MEDIA = 6; |
615 | public const int CLICK_ACTION_ZOOM = 7; | ||
615 | 616 | ||
616 | // constants for the llDetectedTouch* functions | 617 | // constants for the llDetectedTouch* functions |
617 | public const int TOUCH_INVALID_FACE = -1; | 618 | public const int TOUCH_INVALID_FACE = -1; |