1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Fix zone validation thread piggybacking.

This commit is contained in:
Bartosz Taudul 2021-11-04 22:50:55 +01:00
parent 373a6fc19e
commit 0427904d4a
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -152,7 +152,7 @@ struct QueueZoneValidation
uint32_t id;
};
struct QueueZoneValidationThread
struct QueueZoneValidationThread : public QueueZoneValidation
{
uint32_t thread;
};