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

Rewrite samples folding.

This commit is contained in:
Bartosz Taudul
2023-03-22 23:36:13 +01:00
parent 83ae9868e2
commit c75b62e3d6
3 changed files with 18 additions and 34 deletions
+1 -2
View File
@@ -61,9 +61,8 @@ struct ContextSwitchDraw
struct SamplesDraw
{
bool folded;
uint32_t idx;
uint32_t num;
uint32_t idx;
};
}