mirror of
https://github.com/Drezil/imgui.git
synced 2025-08-02 10:03:13 +02:00
Fix spacing in imgui_imp_sdl example (#2111)
This commit is contained in:
@ -113,7 +113,7 @@ bool ImGui_ImplSDL2_ProcessEvent(SDL_Event* event)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool ImGui_ImplSDL2_Init(SDL_Window* window)
|
static bool ImGui_ImplSDL2_Init(SDL_Window* window)
|
||||||
{
|
{
|
||||||
g_Window = window;
|
g_Window = window;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user