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:
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 6711ffbf3a8..ea49e7d0e6b 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -112,13 +112,13 @@ typedef struct EnvMap {
struct Image *ima; /* type ENV_LOAD */
struct Image *cube[6]; /* these images are dynamic, not part of the main struct */
float imat[4][4];
+ float obimat[3][3];
short type, stype;
float clipsta, clipend;
unsigned int notlay;
short cuberes, depth;
short ok, lastframe;
short recalc, lastsize;
- int pad1;
} EnvMap;
typedef struct Tex {