Cosmetics.

This commit is contained in:
Syoyo Fujita
2017-02-08 13:58:40 +09:00
parent 4b29502c82
commit 9613108cef

View File

@@ -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.