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