commit 075b99077776c91d92d3a07cf0f6e62754856b1e parent d288884d5c590400d18c23d0fb6839cfd6112d5a Author: Henry Wilson <henry@henryandlizzy.uk> Date: Sat, 26 Aug 2023 17:47:10 +0100 model: Use built-in types Diffstat:
M | src/model.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/model.cpp b/src/model.cpp @@ -31,7 +31,7 @@ void add_vertices(void) struct primitives { string type; - vector<uint8_t> indices; + vector<unsigned char> indices; }; primitives add_primitives(string type)