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

Fix color channel names in source location message.

This commit is contained in:
Bartosz Taudul
2023-01-23 01:23:15 +01:00
parent 6652999a60
commit d47122586c
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -222,9 +222,9 @@ struct QueueSourceLocation
uint64_t function; // ptr
uint64_t file; // ptr
uint32_t line;
uint8_t r;
uint8_t g;
uint8_t b;
uint8_t g;
uint8_t r;
};
struct QueueZoneTextFat