Revert window hack

This commit is contained in:
Joshua Ashton 2023-11-04 05:36:08 +00:00
parent 27a5cf0a4f
commit 5d427cb26e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace orange
}
SDL_Window* window = nullptr;
if (!(window = SDL_CreateWindow("Orange", 0, 0, 4, 4, SDL_WINDOW_VULKAN)))
if (!(window = SDL_CreateWindow("Orange", 0, 0, 1280, 800, SDL_WINDOW_VULKAN)))
{
log::err("Failed to create SDL window: %s", Window::GetError());
return Result<Window>::Error(BasicErrorCode::Failed);