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

Activity tracking global variable.

This commit is contained in:
Bartosz Taudul
2022-09-28 00:31:42 +02:00
parent c7ec2a9e0e
commit fb4d76469b
3 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ static void DrawContents()
bptr->NewFrame( display_w, display_h );
static int activeFrames = 3;
if( view && view->WasActive() )
if( tracy::WasActive() || ( view && view->WasActive() ) )
{
activeFrames = 3;
}