diff options
| author | iamcheeseman <[email protected]> | 2026-05-10 16:52:15 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-10 16:52:15 -0400 |
| commit | d0a1b1c9eb2b2b55ce7c2dd5d39f1e7f645f2513 (patch) | |
| tree | de2718c8f8d80883c14627f192ec6ce2191d08b5 /platform/gl | |
| parent | 066bfe5cbd3b2d1cfe36c26d49971f3acfe30f72 (diff) | |
adjust code spacing
it was annoying me
Diffstat (limited to 'platform/gl')
| -rw-r--r-- | platform/gl/gl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
