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:
authorCampbell Barton <ideasman42@gmail.com>2021-05-12 09:44:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-12 09:44:59 +0300
commit0d21228dce0079c592c9dd445fb112d59dd4c9e6 (patch)
tree40880015fa4380f5d031fef5b028638c49e7c8e0 /source/blender/makesdna/DNA_object_force_types.h
parent193425ce1db168735c3d6532d9582e5f1aacdc00 (diff)
Cleanup: rename 'rt' to '_pad#' in DNA structs
Diffstat (limited to 'source/blender/makesdna/DNA_object_force_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_force_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_object_force_types.h b/source/blender/makesdna/DNA_object_force_types.h
index 4673e61126b..3d8418fb734 100644
--- a/source/blender/makesdna/DNA_object_force_types.h
+++ b/source/blender/makesdna/DNA_object_force_types.h
@@ -182,8 +182,8 @@ typedef struct EffectorWeights {
/** Effector type specific weights. */
float weight[14];
float global_gravity;
- short flag, rt[3];
- char _pad[4];
+ short flag;
+ char _pad[2];
} EffectorWeights;
/* EffectorWeights->flag */