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

Add interface for frame images dict building.

This commit is contained in:
Bartosz Taudul
2021-05-15 15:50:20 +02:00
parent 859b8e4193
commit 3d75bf653a
7 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ int main( int argc, char** argv )
}
printf( "\33[2KSaving...\r" );
fflush( stdout );
worker.Write( *w );
worker.Write( *w, false );
printf( "\33[2KCleanup...\n" );
fflush( stdout );