Fix alignment/size issue on ARM/RPi architecture

Addresses 964305 from Debian bug tracker.
This commit is contained in:
Sergey Sharybin 2020-07-06 14:53:39 +02:00 committed by Jeroen Bakker
parent 3e36829394
commit 9c41744ef4
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ typedef struct View3DShading {
int render_pass;
struct IDProperty *prop;
void *_pad2;
} View3DShading;
/** 3D Viewport Overlay settings. */