Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef5bb4c

Browse files
authored
Merge pull request tinyobjloader#227 from metabolize/fix-clang-build
Fix Python build on Mac OS
2 parents 3aad62c + 5ee9640 commit ef5bb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)