From a572ded1cc5fa884af29123338c78481b3f19833 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 28 Sep 2017 19:20:19 +0200 Subject: [PATCH] Add missing define in disabled section. --- client/Tracy.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/Tracy.hpp b/client/Tracy.hpp index 2e6c6534..cfb317ea 100755 --- a/client/Tracy.hpp +++ b/client/Tracy.hpp @@ -6,6 +6,8 @@ #define ZoneScoped #define ZoneScopedC(x) +#define ZoneText(x,y) + #define FrameMark #else