[sim] Enable docking in the GUI (#4960)

This commit is contained in:
Peter Johnson
2023-01-18 20:42:58 -08:00
committed by GitHub
parent 3b084ecbe0
commit cb9b8938af

View File

@@ -116,7 +116,8 @@ __declspec(dllexport)
}
});
if (!gui::Initialize("Robot Simulation", 1280, 720)) {
if (!gui::Initialize("Robot Simulation", 1280, 720,
ImGuiConfigFlags_DockingEnable)) {
return 0;
}
HAL_RegisterExtensionListener(