diff --git a/src/main.cpp b/src/main.cpp index edfe396..3ddd520 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,7 @@ int main() { Mesh *meshes[10] = {nullptr}; Shader shaders[10]; - Window window(1024, 720); + Window window(1920, 1080); bool success = setup_window(&window); // Delta