diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-06-27 05:02:20 +0530 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-06-27 05:02:20 +0530 |
commit | ace5cb7d905000335a5ff3e8b74281b77d622a75 (patch) | |
tree | 33142004f08ffb5f9344b0ea6500f6a637031e8b /indra/newview/llpaneloutfitedit.h | |
parent | a9cf29d52ffda2174e7362b98fb3bbb217081bc5 (diff) |
[MAINT-8753] - fix physics opened when click on universal
Diffstat (limited to 'indra/newview/llpaneloutfitedit.h')
-rw-r--r-- | indra/newview/llpaneloutfitedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h index e7e8ddab95..f7275779fc 100644 --- a/indra/newview/llpaneloutfitedit.h +++ b/indra/newview/llpaneloutfitedit.h @@ -97,8 +97,8 @@ public: LVIT_SKIRT, LVIT_ALPHA, LVIT_TATTOO, - LVIT_UNIVERSAL, LVIT_PHYSICS, + LVIT_UNIVERSAL, NUM_LIST_VIEW_ITEM_TYPES } EListViewItemType; |