Fix wrong DNA alignment on arm{el,hf} and mipsel

Technically, pointers are to be padded with followup pointer.
This commit is contained in:
2020-01-22 15:34:27 +01:00
parent a60a623a1a
commit cbbbb9d179
2 changed files with 2 additions and 0 deletions

View File

@@ -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'

View File

@@ -1793,6 +1793,7 @@ typedef struct Scene {
/** Settings to be override by workspaces. */
IDProperty *layer_properties;
void *_pad9;
struct SceneDisplay display;
struct SceneEEVEE eevee;