diff --git a/server/TracyView.cpp b/server/TracyView.cpp index fae31da7..3f2427e3 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -2128,6 +2128,10 @@ void View::DrawZones() { m_showInfo = true; } + if( ImGui::IsMouseClicked( 2 ) ) + { + CenterAtTime( crash.time ); + } } } }