engine: client: console: elinimate unneeded Sys_DoubleTime call in Con_DrawDebug

This commit is contained in:
Alibek Omarov 2023-02-17 22:50:42 +03:00
parent 7a5381e658
commit 58e95c7d6f

View File

@ -1791,7 +1791,7 @@ void Con_DrawDebug( void )
}
else
{
timeStart = Sys_DoubleTime();
timeStart = host.realtime;
}
if( !host.allow_console || Cvar_VariableInteger( "cl_background" ) || Cvar_VariableInteger( "sv_background" ))