mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Fix yet another regression.
This commit is contained in:
parent
cc973a5091
commit
f33584516b
@ -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 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user