mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Client: improve navmesh hot swap button text
Make it more consistent with other buttons.
This commit is contained in:
parent
ff33a19b85
commit
899efb902f
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user