Backends: SDL3: Fix indent (#7062)

This commit is contained in:
Chris Gregory 2023-11-28 06:09:07 -05:00 committed by GitHub
parent 86891b0986
commit 1f3090a48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ int main(int, char**)
{
SDL_Log("Error: SDL_CreateRenderer(): %s\n", SDL_GetError());
return -1;
}
}
SDL_SetWindowPosition(window, SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED);
SDL_ShowWindow(window);