diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 33a24e73..6a18617f 100755 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -893,6 +893,8 @@ void View::DrawZones() it++; } + draw->AddText( wpos + ImVec2( 0, offset ), 0xFFFFFFFF, GetThreadString( v.id ) ); + offset += 20; } }