diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index 1bf5718..b014c05 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -230,6 +230,7 @@ typedef struct { typedef struct { int smoothingGroupId; // Smoothing group id. + int _pad0; std::string name; mesh_t mesh; } shape_t;