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

Cosmetics.

This commit is contained in:
Bartosz Taudul
2020-06-24 01:14:55 +02:00
parent 493d433330
commit cf8620b956
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ int main( int argc, char** argv )
for( auto& v : messages ) v.timestamp -= mts;
for( auto& plot : plots )
{
for( auto& v : plot.data ) v.first -= mts;
for( auto& v : plot.data ) v.first -= mts;
}
printf( "\33[2KProcessing...\r" );