mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix help strings.
This commit is contained in:
parent
e20bb2fe66
commit
ea4863d4bd
@ -4158,10 +4158,10 @@ void View::DrawFindZone()
|
|||||||
{
|
{
|
||||||
ImGui::InputInt( "max zones per thread", &m_findZone.maxZonesPerThread );
|
ImGui::InputInt( "max zones per thread", &m_findZone.maxZonesPerThread );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
DrawHelpMarker( "0 for unlimitted.\nHigh value or unlimmited zone search may lead to performance issues." );
|
DrawHelpMarker( "-1 for unlimited.\nHigh value or unlimited zone search may lead to performance issues." );
|
||||||
ImGui::InputInt( "max depth", &m_findZone.maxDepth );
|
ImGui::InputInt( "max depth", &m_findZone.maxDepth );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
DrawHelpMarker( "-1 for unlimitted." );
|
DrawHelpMarker( "-1 for unlimited." );
|
||||||
ImGui::TreePop();
|
ImGui::TreePop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user