1
0
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:
Bartosz Taudul
2021-06-04 15:27:23 +02:00
parent cb849ee14c
commit 0b05587b05
+1 -1
View File
@@ -1544,7 +1544,7 @@ void SourceView::RenderSymbolSourceView( const AddrStat& iptotal, const unordere
}
else
{
ImGui::TextDisabled( "(%.2f%%)", 0 );
TextDisabledUnformatted( "(0.00%%)" );
}
}
ImGui::NextColumn();