Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey@blender.org>2021-01-25 13:35:29 +0300
committerSergey Sharybin <sergey@blender.org>2021-01-25 13:35:29 +0300
commitfba35a02c6a8b722984ea9a9572cfbd1cb65d6ad (patch)
tree94c09794b2dcbf1b61e7a409e08e074111d940ed /source/blender/makesdna
parentebaa3fcedd2388c6e1a213911b79bfdc1e49df78 (diff)
Fix padding issue in DNA
Was introduced in the previous change in the image.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_image_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h
index 5db30b70449..b1d752d6197 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -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;