mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-11 15:53:00 +00:00
Update imgui.cpp
This commit is contained in:
parent
19d060cc26
commit
65819a851f
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue