From 0427904d4a16477642028001bc68e74501ad6b76 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 4 Nov 2021 22:50:55 +0100 Subject: [PATCH] Fix zone validation thread piggybacking. --- common/TracyQueue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/TracyQueue.hpp b/common/TracyQueue.hpp index c656bd39..f4d0c464 100644 --- a/common/TracyQueue.hpp +++ b/common/TracyQueue.hpp @@ -152,7 +152,7 @@ struct QueueZoneValidation uint32_t id; }; -struct QueueZoneValidationThread +struct QueueZoneValidationThread : public QueueZoneValidation { uint32_t thread; };