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:
@@ -38,6 +38,8 @@ private:
|
||||
|
||||
std::vector<CpuUsageDraw> m_cpuDraw;
|
||||
std::vector<std::vector<CpuCtxDraw>> m_ctxDraw;
|
||||
|
||||
bool m_hasCpuData;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user