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

Zones can now have dynamic colors.

This commit is contained in:
Bartosz Taudul
2019-09-08 14:33:30 +02:00
parent 2714152f84
commit a5a6b11b63
4 changed files with 61 additions and 24 deletions
+1
View File
@@ -23,6 +23,7 @@ struct ViewData
uint8_t drawEmptyLabels = false;
uint8_t drawContextSwitches = true;
uint8_t drawCpuData = true;
uint8_t dynamicColors = true;
};
}