incrased size

This commit is contained in:
k 2025-05-06 11:47:03 -04:00
parent 761e350aed
commit 47e6d0cb24

View File

@ -8,8 +8,8 @@
#include "shaders.hpp"
#define X 10
#define Y 10
#define X 250
#define Y 250
#define GRID_SIZE X *Y
GLuint compileShader(GLenum type, const char *src) {