Skip to content

Commit

Permalink
Drop usage of obsolete API (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Apr 19, 2021
1 parent 4d5de37 commit fc26a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DebugGUI/src/imgui_impl_glfw_gl3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ bool ImGui_ImplGlfwGL3_Init(GLFWwindow* window, bool install_callbacks)
io.KeyMap[ImGuiKey_Y] = GLFW_KEY_Y;
io.KeyMap[ImGuiKey_Z] = GLFW_KEY_Z;

io.RenderDrawListsFn = ImGui_ImplGlfwGL3_RenderDrawLists; // Alternatively you can set this to nullptr and call ImGui::GetDrawData() after ImGui::Render() to get the same ImDrawData pointer.
io.SetClipboardTextFn = ImGui_ImplGlfwGL3_SetClipboardText;
io.GetClipboardTextFn = ImGui_ImplGlfwGL3_GetClipboardText;
io.ClipboardUserData = g_Window;
Expand Down

0 comments on commit fc26a19

Please sign in to comment.