From 9613108cef5070d7eac672f6a4cdfa8a6f72336b Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Wed, 8 Feb 2017 13:58:40 +0900 Subject: [PATCH] Cosmetics. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fd6dbd..56bcfb1 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ attrib_t::texcoords => 2 floats per vertex ``` -Each `shape_t` does not contain vertex data but contains array index to `attrib_t`. +Each `shape_t::mesh_t` does not contain vertex data but contains array index to `attrib_t`. See `loader_example.cc` for more details.