Skip to content

Commit ed48fa9

Browse files
Add initialization to missing member of callback_t (tinyobjloader#361)
1 parent 0fc802c commit ed48fa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tiny_obj_loader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ struct callback_t {
446446

447447
callback_t()
448448
: vertex_cb(NULL),
449+
vertex_color_cb(NULL),
449450
normal_cb(NULL),
450451
texcoord_cb(NULL),
451452
index_cb(NULL),

0 commit comments

Comments
 (0)