From d0a1b1c9eb2b2b55ce7c2dd5d39f1e7f645f2513 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 10 May 2026 16:52:15 -0400 Subject: adjust code spacing it was annoying me --- platform/gl/gl.c | 1 + teensy/teensy_list.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/gl/gl.c b/platform/gl/gl.c index 1045632..060a19d 100644 --- a/platform/gl/gl.c +++ b/platform/gl/gl.c @@ -128,6 +128,7 @@ void ty_platform_init(struct ty_ctx *ctx) GL_FALSE, sizeof(struct ty_vec2) * 2, (void*)sizeof(struct ty_vec2) ); + glEnableVertexAttribArray(1); p.program = glCreateProgram(); diff --git a/teensy/teensy_list.h b/teensy/teensy_list.h index dd1e06a..fb1a401 100644 --- a/teensy/teensy_list.h +++ b/teensy/teensy_list.h @@ -16,7 +16,6 @@ struct ty_list_header { #define ty_list_cap(arr) (ty_list_get_header(arr)->cap) #define ty_list_len(arr) (ty_list_get_header(arr)->len) - #define ty_list_reserve(arr, amt) \ do { \ struct ty_list_header *header = ty_list_get_header(arr); \ -- cgit v1.3-2-g0d8e