Skip to content

Commit

Permalink
menu layering
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed Aug 13, 2023
1 parent aa9c750 commit 478d7b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/c++/Menus/PowerArmorConditionMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ namespace Menus
{
menuFlags.set(
RE::UI_MENU_FLAGS::kAllowSaving,
RE::UI_MENU_FLAGS::kDontHideCursorWhenTopmost,
RE::UI_MENU_FLAGS::kCustomRendering);
depthPriority.set(RE::UI_DEPTH_PRIORITY::kHUD);

inputEventHandlingEnabled = false;
depthPriority.set(RE::UI_DEPTH_PRIORITY::kSWFLoader);

auto MoviePath = "Interface\\PowerArmorConditionMenu.swf"sv;
const auto ScaleformManager = RE::BSScaleformManager::GetSingleton();
Expand Down

0 comments on commit 478d7b9

Please sign in to comment.