mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
There is more than one wait stack.
This commit is contained in:
parent
688dd470bc
commit
899b466ba4
@ -1158,7 +1158,7 @@ bool View::DrawImpl()
|
||||
m_statRange.min = s;
|
||||
m_statRange.max = e;
|
||||
}
|
||||
if( ImGui::Selectable( ICON_FA_HOURGLASS_HALF " Limit wait stack range" ) )
|
||||
if( ImGui::Selectable( ICON_FA_HOURGLASS_HALF " Limit wait stacks range" ) )
|
||||
{
|
||||
m_waitStackRange.active = true;
|
||||
m_waitStackRange.min = s;
|
||||
|
Loading…
Reference in New Issue
Block a user