Update imgui.cpp

This commit is contained in:
MegaMech 2025-03-07 15:22:21 -07:00 committed by GitHub
parent 19d060cc26
commit 65819a851f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19911,8 +19911,6 @@ ImGuiID ImGui::DockBuilderSplitNode(ImGuiID id, ImGuiDir split_dir, float size_r
return 0;
}
IM_ASSERT(!node->IsSplitNode()); // Assert if already Split
ImGuiDockRequest req;
req.Type = ImGuiDockRequestType_Split;
req.DockTargetWindow = NULL;