reduce image size
This commit is contained in:
parent
82fe146549
commit
16c3e46930
|
@ -7,8 +7,8 @@
|
||||||
#include "cam.h"
|
#include "cam.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
||||||
const int WIDTH = 500;
|
const int WIDTH = 420;
|
||||||
const int HEIGHT = 500;
|
const int HEIGHT = 420;
|
||||||
|
|
||||||
void updateUniforms(GLuint shaderProgram, float t);
|
void updateUniforms(GLuint shaderProgram, float t);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue