diff --git a/backends/imgui_impl_sdlsurface2.cpp b/backends/imgui_impl_sdlsurface2.cpp index 5ee9ead6..b26b0f27 100644 --- a/backends/imgui_impl_sdlsurface2.cpp +++ b/backends/imgui_impl_sdlsurface2.cpp @@ -123,7 +123,6 @@ bool ImGui_ImplSDLSurface2_Init(SDL_Surface* surface) ImGuiIO& io = ImGui::GetIO(); IM_ASSERT(io.BackendRendererName == nullptr && "Already initialized a renderer backend!"); io.BackendRendererName = "imgui_impl_sdlsurface2"; - io.BackendFlags |= ImGuiBackendFlags_RendererHasTextures; g_TargetSurface = surface; g_FontSurface = ImGui_ImplSDLSurface2_CreateFontAtlasSurface();