Skip to content

Commit 5ee9640

Browse files
committed
Fix Python build on Mac OS
Closes #226
1 parent 3aad62c commit 5ee9640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tiny_obj_loader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ typedef struct {
166166
// value. Usually `sRGB` or `linear` (default empty).
167167
} texture_option_t;
168168

169-
typedef struct {
169+
typedef struct _material_t {
170170
std::string name;
171171

172172
real_t ambient[3];

0 commit comments

Comments
 (0)