Skip to content

Commit

Permalink
Update BGSMod.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Mar 22, 2024
1 parent 310a270 commit 64eccf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/B/BGSMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ namespace RE::BGSMod
};
static_assert(sizeof(Include) == 0x10);

BSTArray<Include> includes; // 00
BSTArray<void*> properties; // 10
BSTArray<Include> includes; // 00
BSTArray<void*> properties; // 10
};
static_assert(sizeof(Data) == 0x20);

Expand Down

0 comments on commit 64eccf1

Please sign in to comment.