diff --git a/profiler/src/profiler/TracyView_CpuData.cpp b/profiler/src/profiler/TracyView_CpuData.cpp index 42a3a5e1..e15b11be 100644 --- a/profiler/src/profiler/TracyView_CpuData.cpp +++ b/profiler/src/profiler/TracyView_CpuData.cpp @@ -518,7 +518,7 @@ void View::DrawThreadMigrations( const TimelineContext& ctx, const int origOffse DrawLine( draw, pw, startPos, wakecolor, wakeupLineSize ); draw->AddCircleFilled( pw, bgSize, wakecolor ); - + // Vertical line at beginning of thread to emphasize wakeup if( wakeupWidthPixels >= 3 ) {