mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Reset cost selection when no samples.
This commit is contained in:
parent
8d52d2acfd
commit
90149641df
@ -1352,6 +1352,10 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
m_cost = 0;
|
||||
}
|
||||
|
||||
ImGui::PopStyleVar();
|
||||
ImGui::Separator();
|
||||
|
Loading…
Reference in New Issue
Block a user