1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move context switch minpx calculation to rendering code.

This commit is contained in:
Bartosz Taudul
2023-03-24 23:10:58 +01:00
parent f2700b2786
commit b3e9ede557
3 changed files with 22 additions and 20 deletions
-1
View File
@@ -51,7 +51,6 @@ struct ContextSwitchDraw
{
ContextSwitchDrawType type;
short_ptr<ContextSwitchData> ev;
float minpx;
union
{
ContextSwitchDrawFolded folded;