diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-02 23:58:27 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-02 23:58:42 +0300 |
commit | 38c80cfab4e5a17932c128276715977b31dcc7c4 (patch) | |
tree | 69b54ef69125d490b9f58ae07864e6cbef1b6314 /indra/newview/skins/default/xui | |
parent | 7e2e2503c5fb57736844bdad0f309d2d49ee86b2 (diff) |
SL-8225 Do not sit or autopilot to 'zero' global coordinates
Also significantly increases autopilot flight precision
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_land.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_land.xml b/indra/newview/skins/default/xui/en/menu_land.xml index 2ad5cbbe95..1ce0d65b3e 100644 --- a/indra/newview/skins/default/xui/en/menu_land.xml +++ b/indra/newview/skins/default/xui/en/menu_land.xml @@ -18,6 +18,8 @@ <menu_item_call label="Sit Here" name="Sit Here"> + <menu_item_call.on_enable + function="Land.CanSit" /> <menu_item_call.on_click function="Land.Sit" /> </menu_item_call> |