Skip to content

Commit

Permalink
fix: IMenu::depthPriority aren't flags
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Jul 1, 2024
1 parent dc0c335 commit 1ee55e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/IMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ namespace RE
bool menuCanBeVisible{ true }; // 61
bool hasQuadsForCumstomRenderer{ false }; // 62
bool hasDoneFirstAdvanceMovie{ false }; // 63
REX::EnumSet<UI_DEPTH_PRIORITY, std::uint8_t> depthPriority{ UI_DEPTH_PRIORITY::kStandard }; // 64
UI_DEPTH_PRIORITY depthPriority{ UI_DEPTH_PRIORITY::kStandard }; // 64
REX::EnumSet<UserEvents::INPUT_CONTEXT_ID, std::int32_t> inputContext{ UserEvents::INPUT_CONTEXT_ID::kNone }; // 68
};
static_assert(sizeof(IMenu) == 0x70);
Expand Down

0 comments on commit 1ee55e4

Please sign in to comment.