Skip to content

Commit

Permalink
Fix compilation. (#3)
Browse files Browse the repository at this point in the history
* fix: Compilation error in `TESForms.h`.
  • Loading branch information
FlenarnTemp authored May 7, 2024
1 parent 8c6425f commit 8bf5fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/TESForms.h
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ namespace RE
TESResponse::RespData data;
BGSTypedKeywordValue<KeywordType::kAnimFaceArchetype> faceArcheType;
};
static_assert(sizeof(TESRespone) == 0x18);
static_assert(sizeof(TESResponse) == 0x18);

class ResponseListWrapper
{
Expand Down

0 comments on commit 8bf5fec

Please sign in to comment.