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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-01-05 01:14:40 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-05 01:14:40 +0300
commit1ccc7c46bfd7909624e3f87ec350fc6c6602745f (patch)
treede0aa9453a69290bf72aa0ce5e2278617389849a /source/blender/makesdna/DNA_meshdata_types.h
parent98d3115ffe77e1bbe9a4fc06ea2727548a175f36 (diff)
Retyped texcolfaces.tex_page to match MTFace.
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 2e74937199f..caa489cd636 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -103,7 +103,7 @@ typedef struct MultiresEdge {
typedef struct MultiresTexColFace {
/* vertex colors and texfaces */
- void *tex_page;
+ struct Image *tex_page;
MultiresCol col[4];
short tex_mode, tex_tile, tex_unwrap;
char tex_flag, tex_transp;