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.vfx@gmail.com>2018-01-10 16:15:04 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-01-10 16:15:13 +0300
commit181124ad1352b19d82e178f302dd4b5c178e54ce (patch)
treebf08c074e38ee1382aaf45ea8b342d6c52ff152b /source/blender/makesdna/DNA_userdef_types.h
parent5d38c141168fcc4dc6aa61ee62a28d59dedf889a (diff)
Fix compilation error
Seems of new padding were added in 2.8 branch.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 896ae76a407..89761ee6ced 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -510,7 +510,7 @@ typedef struct UserDef {
short tb_leftmouse, tb_rightmouse;
struct SolidLight light[3];
short manipulator_flag, manipulator_size;
- int pad3;
+ int pad6;
short textimeout, texcollectrate;
short wmdrawmethod; /* eWM_DrawMethod */
short dragthreshold;