Client: improve navmesh hot swap button text

Make it more consistent with other buttons.
This commit is contained in:
Kawe Mazidjatari 2024-11-08 20:01:06 +01:00
parent ff33a19b85
commit 899efb902f

View File

@ -676,7 +676,7 @@ void CBrowser::DrawHostPanel(void)
ProcessCommand("BuildAINFile");
}
if (ImGui::Button("NavMesh hot swap", ImVec2(contentRegionMax.x, 32)))
if (ImGui::Button("Reload NavMesh", ImVec2(contentRegionMax.x, 32)))
{
ProcessCommand("navmesh_hotswap");
}