Set plot thread group hint to -1 in the test application.

This commit is contained in:
Bartosz Taudul 2024-08-03 19:41:44 +02:00
parent 8cea63cbca
commit 9a9f1c2ab9
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -163,7 +163,7 @@ void RecLock()
void Plot()
{
tracy::SetThreadName( "Plot 1/2" );
tracy::SetThreadNameWithHint( "Plot 1/2", -1 );
unsigned char i = 0;
for(;;)
{