1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-05 22:49:41 +00:00

Update vrgui.cpp

Bump main menu priority so that the chat window won't occlude the main menu and the meta menu
This commit is contained in:
Mads Sandvei 2022-04-28 22:23:12 +02:00 committed by GitHub
parent 78aa4e8163
commit 2437e3daee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,7 +515,7 @@ namespace MWVR
LayerConfig defaultConfig = createDefaultConfig(1);
LayerConfig loadingScreenConfig = createDefaultConfig(1, true, SizingMode::Fixed, "Menu");
LayerConfig mainMenuConfig = createDefaultConfig(1, true);
LayerConfig mainMenuConfig = createDefaultConfig(5, true);
LayerConfig journalBooksConfig = createDefaultConfig(2, false, SizingMode::Fixed);
LayerConfig defaultWindowsConfig = createDefaultConfig(3, true);
LayerConfig videoPlayerConfig = createDefaultConfig(4, true, SizingMode::Fixed);