Fix compile warning in 32-bit build

This commit is contained in:
Wojtek Figat
2023-04-18 18:19:34 +02:00
parent e21756d685
commit 364676ceae

View File

@@ -196,8 +196,8 @@ void PlatformBase::OnMemoryAlloc(void* ptr, uint64 size)
#if TRACY_ENABLE_MEMORY
// Track memory allocation in Tracy
//tracy::Profiler::MemAlloc(ptr, size, false);
tracy::Profiler::MemAllocCallstack(ptr, size, 12, false);
//tracy::Profiler::MemAlloc(ptr, (size_t)size, false);
tracy::Profiler::MemAllocCallstack(ptr, (size_t)size, 12, false);
#endif
// Register allocation during the current CPU event