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:
@@ -263,6 +263,8 @@ typedef struct bNode {
|
||||
short custom1, custom2;
|
||||
float custom3, custom4;
|
||||
|
||||
char _pad1[4];
|
||||
|
||||
/** Entire boundbox (worldspace). */
|
||||
rctf totr;
|
||||
/** Optional buttons area. */
|
||||
|
||||
Reference in New Issue
Block a user