Update default window size

This commit is contained in:
Nathan Chapman 2025-07-06 11:33:22 -06:00
parent af612fbfe9
commit d398f3a1d9

View File

@ -16,7 +16,7 @@ int main() {
Mesh *meshes[10] = {nullptr}; Mesh *meshes[10] = {nullptr};
Shader shaders[10]; Shader shaders[10];
Window window(1024, 720); Window window(1920, 1080);
bool success = setup_window(&window); bool success = setup_window(&window);
// Delta // Delta