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>2018-05-18 09:14:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-18 09:14:36 +0300
commit8faa59441371311a435b80487fe81eb60ea2e4fe (patch)
tree3798fc015af596cb9944e23710de258866c55c86 /source/blender/makesdna/DNA_world_types.h
parentf7e77692604a1fb92086b67b848e4d3ca219e6ae (diff)
Cleanup: unused DNA
Diffstat (limited to 'source/blender/makesdna/DNA_world_types.h')
-rw-r--r--source/blender/makesdna/DNA_world_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_world_types.h b/source/blender/makesdna/DNA_world_types.h
index ac93033609d..84050894faa 100644
--- a/source/blender/makesdna/DNA_world_types.h
+++ b/source/blender/makesdna/DNA_world_types.h
@@ -51,8 +51,8 @@ struct MTex;
typedef struct World {
ID id;
struct AnimData *adt; /* animation data (must be immediately after id for utilities to use it) */
-
- short colormodel, totex;
+
+ char _pad0[4];
short texact, mistype;
float horr, horg, horb;