diff --git a/profiler/src/profiler/TracyView.cpp b/profiler/src/profiler/TracyView.cpp index c25b94fa..dcdd8922 100644 --- a/profiler/src/profiler/TracyView.cpp +++ b/profiler/src/profiler/TracyView.cpp @@ -670,7 +670,7 @@ bool View::DrawImpl() return keepOpen; } - Achieve( "connectToClient" ); + if( m_worker.IsConnected() ) Achieve( "connectToClient" ); Attention( m_attnWorking ); if( !m_uarchSet )