Skip to content

Commit

Permalink
fix: disable BGSInventoryInterface size check
Browse files Browse the repository at this point in the history
¯\_(ツ)_/¯
  • Loading branch information
shad0wshayd3 committed Oct 1, 2024
1 parent b0c9488 commit 1def204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/B/BGSInventoryInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ namespace RE
// members
BSTArray<Agent> agentArray; // 30
};
static_assert(sizeof(BGSInventoryInterface) == 0x48);
//static_assert(sizeof(BGSInventoryInterface) == 0x48);
}

0 comments on commit 1def204

Please sign in to comment.