Fix padding issue in DNA

Was introduced in the previous change in the image.
This commit is contained in:
Sergey Sharybin
2021-01-25 11:35:29 +01:00
parent ebaa3fcedd
commit fba35a02c6

View File

@@ -158,7 +158,7 @@ typedef struct Image {
short gpu_pass;
short gpu_layer;
short gpu_view;
char _pad2[6];
char _pad2[4];
/** Deprecated. */
struct PackedFile *packedfile DNA_DEPRECATED;