Skip to content

Commit

Permalink
fix: Fix HUDMenu name (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
zax-ftw authored Aug 15, 2024
1 parent 8c4b49b commit 1fe0613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/H/HUDMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ namespace RE
{
public:
inline static constexpr auto RTTI = RTTI_HUDMenu;
constexpr static std::string_view MENU_NAME = "VR/VR_HMD_info";
constexpr static std::string_view MENU_NAME = "HUD Menu";

~HUDMenu() override; // 00

Expand Down

0 comments on commit 1fe0613

Please sign in to comment.