Skip to content

Commit

Permalink
replace menuHUDMode default with std::nullopt
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed Aug 11, 2023
1 parent 948e841 commit 85eb990
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 @@ -776,7 +776,7 @@ namespace RE
BSTAlignedArray<UIShaderFXInfo> cachedColorFXInfos; // 98
BSTAlignedArray<UIShaderFXInfo> cachedBackgroundFXInfos; // B0
BSReadWriteLock cachedQuadsLock; // C8
BSTOptional<HUDModeType> menuHUDMode{ "All" }; // D0
BSTOptional<HUDModeType> menuHUDMode{ std::nullopt }; // D0
};
static_assert(sizeof(GameMenuBase) == 0xE0);

Expand Down

0 comments on commit 85eb990

Please sign in to comment.