Update default window size
This commit is contained in:
parent
af612fbfe9
commit
d398f3a1d9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user