aboutsummaryrefslogtreecommitdiff
path: root/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj.h b/obj.h
index f1edfb1..5ca2676 100644
--- a/obj.h
+++ b/obj.h
@@ -74,7 +74,7 @@ struct OBJMaterial
double Ni; /* index of refraction */
double d; /* dissolution factor */
int illum; /* illumination model */
- double map_Kd; /* color texture file */
+ Memimage *map_Kd; /* color texture file */
OBJMaterial *next;
};