fix: alignment.

This commit is contained in:
Ritchie Cunningham 2025-09-12 21:51:53 +01:00
parent 6b7684ba92
commit 56bf0e9376

View File

@ -151,7 +151,7 @@ void Bettola::setup_triangle(void) {
/* Should be a triangle??!?? */
-0.5f, -0.5f, 0.0f,
0.5f, -0.5f, 0.0f,
0.0f, 0.5f, 0.0f,
-0.0f, 0.5f, 0.0f,
};
glGenVertexArrays(1, &_vao);