diff --git a/server/TracyView_Timeline.cpp b/server/TracyView_Timeline.cpp index 62bfbde9..ed64826f 100644 --- a/server/TracyView_Timeline.cpp +++ b/server/TracyView_Timeline.cpp @@ -291,7 +291,7 @@ void View::DrawTimeline() } { - const auto tbegin = 0; + const auto tbegin = m_worker.GetFirstTime(); const auto tend = m_worker.GetLastTime(); if( tbegin > m_vd.zvStart ) {