diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp index 942ee251..0d651656 100644 --- a/server/TracyWorker.cpp +++ b/server/TracyWorker.cpp @@ -5693,7 +5693,7 @@ void Worker::ProcessGpuTime( const QueueGpuTime& ev ) int64_t tgpu = m_refTimeGpu + ev.gpuTime; m_refTimeGpu = tgpu; - if( tgpu < ctx->lastGpuTime ) + if( tgpu < ctx->lastGpuTime - ( 1u << 31 ) ) { if( ctx->overflow == 0 ) {