Reenable memory allocations profiling in Editor with Tracy

This commit is contained in:
Wojtek Figat
2021-08-13 13:44:48 +02:00
parent bc634e9d37
commit 2e18db7bb8

View File

@@ -167,7 +167,7 @@ void PlatformBase::Exit()
#if COMPILE_WITH_PROFILER
#define TRACY_ENABLE_MEMORY (TRACY_ENABLE && !USE_EDITOR)
#define TRACY_ENABLE_MEMORY (TRACY_ENABLE)
void PlatformBase::OnMemoryAlloc(void* ptr, uint64 size)
{