We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IMenu::depthPriority
1 parent dc0c335 commit 1ee55e4Copy full SHA for 1ee55e4
1 file changed
CommonLibF4/include/RE/Bethesda/IMenu.h
@@ -400,7 +400,7 @@ namespace RE
400
bool menuCanBeVisible{ true }; // 61
401
bool hasQuadsForCumstomRenderer{ false }; // 62
402
bool hasDoneFirstAdvanceMovie{ false }; // 63
403
- REX::EnumSet<UI_DEPTH_PRIORITY, std::uint8_t> depthPriority{ UI_DEPTH_PRIORITY::kStandard }; // 64
+ UI_DEPTH_PRIORITY depthPriority{ UI_DEPTH_PRIORITY::kStandard }; // 64
404
REX::EnumSet<UserEvents::INPUT_CONTEXT_ID, std::int32_t> inputContext{ UserEvents::INPUT_CONTEXT_ID::kNone }; // 68
405
};
406
static_assert(sizeof(IMenu) == 0x70);
0 commit comments