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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index 32559fe7d80..7872e384079 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -113,8 +113,10 @@ typedef struct EnvMap {
short type, stype;
float clipsta, clipend;
unsigned int notlay;
- int cuberes;
+ short cuberes, depth;
short ok, lastframe;
+ short recalc, lastsize;
+ int pad1;
} EnvMap;
typedef struct Tex {