1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix color channels names in zone color message.

This commit is contained in:
Bartosz Taudul
2023-01-23 01:18:23 +01:00
parent eb7c13e7bb
commit 6652999a60
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -166,9 +166,9 @@ struct QueueZoneValidationThread : public QueueZoneValidation
struct QueueZoneColor
{
uint8_t r;
uint8_t g;
uint8_t b;
uint8_t g;
uint8_t r;
};
struct QueueZoneColorThread : public QueueZoneColor