don't render background of the mainwindow

This commit is contained in:
SweetId 2023-11-17 14:22:47 +05:30
parent 014e40a268
commit aefdd97a49
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ namespace Nz
}
// Create docks everywhere in the main area
ImGui::DockSpaceOverViewport();
ImGui::DockSpaceOverViewport(nullptr, ImGuiDockNodeFlags_PassthruCentralNode);
}
}