diff --git a/src/asset.h b/src/asset.h index 7584e6c..7a0e92c 100644 --- a/src/asset.h +++ b/src/asset.h @@ -36,7 +36,7 @@ struct mesh glm::vec3* normals; glm::vec2* uvs; glm::vec3* colors; - u16* indices; + u16* indices; // NOTE: u16 to match tinygltf library output glm::mat4* xform; };