Backends: Fix ImGui_ImplSDL2_InitForMetal() in docking branch.

features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=5 years)
parent 3c80d57dc7
commit 7d80a8f4f5
  1. 2
      examples/imgui_impl_sdl.cpp

@ -259,7 +259,7 @@ bool ImGui_ImplSDL2_InitForD3D(SDL_Window* window)
bool ImGui_ImplSDL2_InitForMetal(SDL_Window* window)
{
return ImGui_ImplSDL2_Init(window);
return ImGui_ImplSDL2_Init(window, NULL);
}
void ImGui_ImplSDL2_Shutdown()

Loading…
Cancel
Save