Temporary display of thread name.

This commit is contained in:
Bartosz Taudul 2017-09-22 01:59:16 +02:00
parent 2610004fa5
commit 3141d17988

View File

@ -893,6 +893,8 @@ void View::DrawZones()
it++; it++;
} }
draw->AddText( wpos + ImVec2( 0, offset ), 0xFFFFFFFF, GetThreadString( v.id ) );
offset += 20; offset += 20;
} }
} }