From 82fe146549f876f251b34f565cfc48dfe3b8bc7b Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Sun, 26 Feb 2023 03:28:36 +0000 Subject: [PATCH] update window dimensions --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 737c485..4893c74 100644 --- a/src/main.c +++ b/src/main.c @@ -7,8 +7,8 @@ #include "cam.h" #include "input.h" -const int WIDTH = 420; -const int HEIGHT = 420; +const int WIDTH = 500; +const int HEIGHT = 500; void updateUniforms(GLuint shaderProgram, float t);