2
0
mirror of https://github.com/wolfpld/tracy synced 2026-02-17 14:22:13 +00:00

Fix yet another regression.

This commit is contained in:
Bartosz Taudul
2018-06-17 18:37:38 +02:00
parent cc973a5091
commit f33584516b

View File

@@ -1002,7 +1002,7 @@ void View::DrawZones()
const auto t = v->timeline.front()->gpuStart;
if( t != std::numeric_limits<int64_t>::max() )
{
ImGui::Text( "Appeared at %s", TimeToString( t - m_worker.GetFrameTime( 0 ) ) );
ImGui::Text( "Appeared at %s", TimeToString( t - m_worker.GetFrameBegin( 0 ) ) );
}
}
ImGui::Text( "Zone count: %s", RealToString( v->count, true ) );