diff --git a/Docking.md b/Docking.md index c2949ce..fcc8c95 100644 --- a/Docking.md +++ b/Docking.md @@ -133,7 +133,7 @@ if (ImGui::DockBuilderGetNode(dockspace_id) == nullptr) ImGui::DockSpaceOverViewport(dockspace_id, viewport, ImGuiDockNodeFlags_PassthruCentralNode); ``` -- I expect to redesign this before it reaches the public API. +- I dislike this API probably even more than you. I expect to redesign this before it reaches the public API. ### Debugging