mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 23:43:52 +00:00
Temporary display of thread name.
This commit is contained in:
parent
2610004fa5
commit
3141d17988
@ -893,6 +893,8 @@ void View::DrawZones()
|
|||||||
it++;
|
it++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
draw->AddText( wpos + ImVec2( 0, offset ), 0xFFFFFFFF, GetThreadString( v.id ) );
|
||||||
|
|
||||||
offset += 20;
|
offset += 20;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user