summaryrefslogtreecommitdiff
path: root/src/primitives
diff options
context:
space:
mode:
Diffstat (limited to 'src/primitives')
-rw-r--r--src/primitives/primitives.c2
1 files changed, 1 insertions, 1 deletions
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 };