don't render background of the mainwindow
This commit is contained in:
parent
014e40a268
commit
aefdd97a49
|
|
@ -16,6 +16,6 @@ namespace Nz
|
|||
}
|
||||
|
||||
// Create docks everywhere in the main area
|
||||
ImGui::DockSpaceOverViewport();
|
||||
ImGui::DockSpaceOverViewport(nullptr, ImGuiDockNodeFlags_PassthruCentralNode);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue