fix compile

This commit is contained in:
Chuyuan Fu
2019-08-14 11:01:48 -07:00
parent 10108cd3ea
commit eacebc80d5

View File

@@ -23,7 +23,7 @@ struct vertex_index_t
: v_idx(vidx), vt_idx(vtidx), vn_idx(vnidx) {}
};
using face_t = std::vector<vertex_index_t>;
typedef std::vector<vertex_index_t> face_t;
typedef struct
{