mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
There are no parents for mid-stack frames.
This commit is contained in:
parent
a0cdaa8c0b
commit
20a7bf2b23
@ -11367,7 +11367,7 @@ void View::DrawStatistics()
|
|||||||
#endif
|
#endif
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
}
|
}
|
||||||
if( v->first == 0 )
|
if( v->first == 0 || v->second.excl == 0 )
|
||||||
{
|
{
|
||||||
ImGui::TextUnformatted( name );
|
ImGui::TextUnformatted( name );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user