From 42d42c9ba3b741d167eaa2196c686962559686f1 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sat, 31 Oct 2020 22:43:41 -0500 Subject: add basic framebuffer operations --- src/primitives/primitives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/primitives') diff --git a/src/primitives/primitives.c b/src/primitives/primitives.c index 8293d4d..d499248 100644 --- a/src/primitives/primitives.c +++ b/src/primitives/primitives.c @@ -60,7 +60,7 @@ honey_result honey_mesh_new_textured_plane(honey_mesh* mesh, unsigned int indices[] = { 0, 1, 2, - 1, 2, 3 }; + 3, 2, 1 }; unsigned int attrib_sizes[] = { 3, 3, 2 }; -- cgit v1.2.1