Skip to content

Commit 1ee55e4

Browse files
committed
fix: IMenu::depthPriority aren't flags
1 parent dc0c335 commit 1ee55e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • CommonLibF4/include/RE/Bethesda

CommonLibF4/include/RE/Bethesda/IMenu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ namespace RE
400400
bool menuCanBeVisible{ true }; // 61
401401
bool hasQuadsForCumstomRenderer{ false }; // 62
402402
bool hasDoneFirstAdvanceMovie{ false }; // 63
403-
REX::EnumSet<UI_DEPTH_PRIORITY, std::uint8_t> depthPriority{ UI_DEPTH_PRIORITY::kStandard }; // 64
403+
UI_DEPTH_PRIORITY depthPriority{ UI_DEPTH_PRIORITY::kStandard }; // 64
404404
REX::EnumSet<UserEvents::INPUT_CONTEXT_ID, std::int32_t> inputContext{ UserEvents::INPUT_CONTEXT_ID::kNone }; // 68
405405
};
406406
static_assert(sizeof(IMenu) == 0x70);

0 commit comments

Comments
 (0)