reduce image size

This commit is contained in:
ktyl 2023-03-01 00:55:21 +00:00
parent 82fe146549
commit 16c3e46930
1 changed files with 2 additions and 2 deletions

View File

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