mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: improve clarity for UI toggle
It was unclear whether this was for toggling all details at once, or showing toggled details on all crowds. It was the latter, improved checkbox naming.
This commit is contained in:
parent
533d6c33e1
commit
1c748b2227
@ -1030,7 +1030,7 @@ void CrowdTool::handleMenu()
|
||||
ImGui::Checkbox("Show Prox Grid", ¶ms->m_showGrid);
|
||||
ImGui::Checkbox("Show Nodes", ¶ms->m_showNodes);
|
||||
ImGui::Checkbox("Show Perf Graph", ¶ms->m_showPerfGraph);
|
||||
ImGui::Checkbox("Show Detail All", ¶ms->m_showDetailAll);
|
||||
ImGui::Checkbox("Show Details For All", ¶ms->m_showDetailAll);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user