Skip to content

Commit

Permalink
fix: Updated BGSMod header
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzyxz committed Nov 12, 2024
1 parent 8931534 commit f586280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/B/BGSMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace RE::BGSMod
{
BGSMod::Attachment::Mod* mod;
std::uint8_t level;
stl::enumeration<IncludesFlag, std::uint8_t> flags;
REX::EnumSet<IncludesFlag, std::uint8_t> flags;
};

static_assert(sizeof(Include) == 0x10);
Expand Down

0 comments on commit f586280

Please sign in to comment.