diff --git a/fast_obj.h b/fast_obj.h index 2f7f4a4..8b12086 100644 --- a/fast_obj.h +++ b/fast_obj.h @@ -1076,7 +1076,7 @@ int read_mtllib(fastObjData* data, void* file) p[3] == 'p' && is_whitespace(p[4])) { - p = read_map(data, p + 4, &mtl.map_d); + p = read_map(data, p + 4, &mtl.map_bump); } } break;