mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-15 15:50:03 +00:00
More WIP DearImGUI conversion
This commit is contained in:
@@ -70,14 +70,13 @@ void Sample_SoloMesh::handleSettings()
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
ImGui::Indent();
|
||||
ImGui::Indent();
|
||||
|
||||
if (ImGui::Button("Save"))
|
||||
{
|
||||
saveAll("solo_navmesh.bin", navMesh);
|
||||
}
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
if (ImGui::Button("Load"))
|
||||
{
|
||||
dtFreeNavMesh(navMesh);
|
||||
@@ -85,9 +84,6 @@ void Sample_SoloMesh::handleSettings()
|
||||
navQuery->init(navMesh, 2048);
|
||||
}
|
||||
|
||||
ImGui::Unindent();
|
||||
ImGui::Unindent();
|
||||
|
||||
ImGui::Text("Build Time: %.1fms", totalBuildTimeMs);
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
Reference in New Issue
Block a user