From 0b05587b052e4ca12b74c85d339778dce471ea0a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 4 Jun 2021 15:27:23 +0200 Subject: [PATCH] Don't need to format const string. --- server/TracySourceView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index a04bc2d7..a6cad488 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -1544,7 +1544,7 @@ void SourceView::RenderSymbolSourceView( const AddrStat& iptotal, const unordere } else { - ImGui::TextDisabled( "(%.2f%%)", 0 ); + TextDisabledUnformatted( "(0.00%%)" ); } } ImGui::NextColumn();