Fix build error after previous commit

I tested building so many times while making this patch, but somehow
the previous commit was missing a padding variable, I have no idea how.
This commit is contained in:
Hans Goudey 2020-12-18 17:08:27 -06:00
parent c106b07e23
commit 002722bb80
1 changed files with 2 additions and 0 deletions

View File

@ -263,6 +263,8 @@ typedef struct bNode {
short custom1, custom2;
float custom3, custom4;
char _pad1[4];
/** Entire boundbox (worldspace). */
rctf totr;
/** Optional buttons area. */