mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-14 09:10:53 +00:00
Fix spacing in imgui_imp_sdl example (#2111)
This commit is contained in:
parent
3c427e284f
commit
084c26aa41
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ bool ImGui_ImplSDL2_ProcessEvent(SDL_Event* event)
|
|||
return false;
|
||||
}
|
||||
|
||||
static bool ImGui_ImplSDL2_Init(SDL_Window* window)
|
||||
static bool ImGui_ImplSDL2_Init(SDL_Window* window)
|
||||
{
|
||||
g_Window = window;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue