Fix wrong DNA alignment on arm{el,hf} and mipsel
Technically, pointers are to be padded with followup pointer.
This commit is contained in:
@@ -181,6 +181,7 @@ typedef struct bGPDstroke_Runtime {
|
||||
|
||||
/** Original stroke (used to dereference evaluated data) */
|
||||
struct bGPDstroke *gps_orig;
|
||||
void *_pad2;
|
||||
} bGPDstroke_Runtime;
|
||||
|
||||
/* Grease-Pencil Annotations - 'Stroke'
|
||||
|
||||
@@ -1793,6 +1793,7 @@ typedef struct Scene {
|
||||
|
||||
/** Settings to be override by workspaces. */
|
||||
IDProperty *layer_properties;
|
||||
void *_pad9;
|
||||
|
||||
struct SceneDisplay display;
|
||||
struct SceneEEVEE eevee;
|
||||
|
||||
Reference in New Issue
Block a user