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:
+1
-1
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
void Collect()
|
||||
{
|
||||
ZoneScopedC( 0x881111 );
|
||||
ZoneScopedC( Color::Red4 );
|
||||
|
||||
auto start = m_tail;
|
||||
auto end = m_head + QueryCount;
|
||||
|
||||
Reference in New Issue
Block a user