Merge pull request #102 from Entalpi/master

Minor spelling fix
This commit is contained in:
Syoyo Fujita
2016-10-07 11:40:33 +09:00
committed by GitHub

View File

@@ -91,7 +91,7 @@ typedef struct {
std::vector<std::string> stringValues;
} tag_t;
// Index struct to support differnt indices for vtx/normal/texcoord.
// Index struct to support different indices for vtx/normal/texcoord.
// -1 means not used.
typedef struct {
int vertex_index;