Made it a little bigger

This commit is contained in:
maelstrom 2024-09-27 18:26:54 +02:00
parent adfc839098
commit 038aee2f1c

View file

@ -9,7 +9,7 @@ int main() {
glfwSetErrorCallback(errorCatcher);
glfwInit();
GLFWwindow *window = glfwCreateWindow(800, 600, "GLTest", NULL, NULL);
GLFWwindow *window = glfwCreateWindow(1200, 900, "GLTest", NULL, NULL);
glfwMakeContextCurrent(window);
do {