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

Use named colors.

This commit is contained in:
Bartosz Taudul
2017-11-25 15:32:44 +01:00
parent 2f9a3f7046
commit 71ad3c3b0c
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public:
void Collect()
{
ZoneScopedC( 0x881111 );
ZoneScopedC( Color::Red4 );
auto start = m_tail;
auto end = m_head + QueryCount;