Change check for showing GPU timestamp accuracy.

This commit is contained in:
Bartosz Taudul 2021-06-09 20:41:13 +02:00
parent b7b9912b10
commit de2ca9b22a
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -3143,7 +3143,7 @@ void View::DrawZones()
}
}
TextFocused( "Zone count:", RealToString( v->count ) );
if( isMultithreaded )
if( v->period != 1.f )
{
TextFocused( "Timestamp accuracy:", TimeToString( v->period ) );
}