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

Fix logic determining if there's CPU core usage data to draw.

This commit is contained in:
Bartosz Taudul
2023-04-07 22:26:36 +02:00
parent 1b824797a9
commit d0ffca56bf
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -38,6 +38,8 @@ private:
std::vector<CpuUsageDraw> m_cpuDraw;
std::vector<std::vector<CpuCtxDraw>> m_ctxDraw;
bool m_hasCpuData;
};
}