diff --git a/server/TracyView.cpp b/server/TracyView.cpp index c041e93f..2544ac73 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -2177,7 +2177,7 @@ bool View::DrawZoneFrames( const FrameData& frames ) if( fsz - 7 <= tx ) { static char tmp[256]; - sprintf( tmp, "%i (%s)", i, TimeToString( ftime ) ); + sprintf( tmp, "%s (%s)", RealToString( i ), TimeToString( ftime ) ); buf = tmp; tx = ImGui::CalcTextSize( buf ).x; }