From 16c3e46930801359641886c1c241294ebcefbf80 Mon Sep 17 00:00:00 2001 From: ktyl Date: Wed, 1 Mar 2023 00:55:21 +0000 Subject: [PATCH] reduce image size --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 4893c74..737c485 100644 --- a/src/main.c +++ b/src/main.c @@ -7,8 +7,8 @@ #include "cam.h" #include "input.h" -const int WIDTH = 500; -const int HEIGHT = 500; +const int WIDTH = 420; +const int HEIGHT = 420; void updateUniforms(GLuint shaderProgram, float t);