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

Allow ignoring custom zone colors.

This commit is contained in:
Bartosz Taudul
2020-09-21 02:04:13 +02:00
parent 1a91acc661
commit a668b61320
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -52,6 +52,7 @@ struct ViewData
uint8_t drawCpuUsageGraph = true;
uint8_t drawSamples = true;
uint8_t dynamicColors = 1;
uint8_t forceColors = false;
uint8_t ghostZones = true;
};