mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-24 05:00:31 -04:00
[Client] Fix overlap of GuiMode IDs for VR meta menu and TES3MP InputBox
This commit is contained in:
parent
346b4308b8
commit
3b355653d4
@ -24,7 +24,8 @@ namespace mwmp
|
|||||||
public:
|
public:
|
||||||
enum GM
|
enum GM
|
||||||
{
|
{
|
||||||
GM_TES3MP_InputBox = MWGui::GM_QuickKeysMenu + 1,
|
GM_VR_MetaMenu = MWGui::GM_QuickKeysMenu + 1, // Put this dummy GuiMode here because it's used in VR
|
||||||
|
GM_TES3MP_InputBox,
|
||||||
GM_TES3MP_ListBox
|
GM_TES3MP_ListBox
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user