From efdd28f7bb1679574db22350009bea65658dcdce Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 7 Jun 2024 22:51:28 +0200 Subject: [PATCH] Add achievement for connecting to a client. --- profiler/src/profiler/TracyView.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/profiler/src/profiler/TracyView.cpp b/profiler/src/profiler/TracyView.cpp index 3b462ab7..c25b94fa 100644 --- a/profiler/src/profiler/TracyView.cpp +++ b/profiler/src/profiler/TracyView.cpp @@ -670,6 +670,7 @@ bool View::DrawImpl() return keepOpen; } + Achieve( "connectToClient" ); Attention( m_attnWorking ); if( !m_uarchSet )