Fix Linux build

This commit is contained in:
Wojtek Figat
2025-05-28 04:30:08 +02:00
parent 4fe9fdded6
commit 8eff098850

View File

@@ -163,7 +163,7 @@ namespace
uint32 bit = (uint32)(1 << ((int32)group & 31));
if ((GroupTracyPlotEnable[(int32)group / 32] & bit) == bit)
{
TracyPlot(GroupNames[(int32)group].Ansi, GroupMemory[(int32)group]);
TracyPlot(GroupNames[(int32)group].Ansi, (int64_t)GroupMemory[(int32)group]);
}
}
#else