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);