mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't need to format const string.
This commit is contained in:
parent
cb849ee14c
commit
0b05587b05
@ -1544,7 +1544,7 @@ void SourceView::RenderSymbolSourceView( const AddrStat& iptotal, const unordere
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ImGui::TextDisabled( "(%.2f%%)", 0 );
|
TextDisabledUnformatted( "(0.00%%)" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ImGui::NextColumn();
|
ImGui::NextColumn();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user