mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 05:25:08 +00:00
Backends: SDL3: Fix indent (#7062)
This commit is contained in:
parent
86891b0986
commit
1f3090a48d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue