diff options
Diffstat (limited to 'obj.h')
-rw-r--r-- | obj.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |