Browse Source

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

pull/2/head
Alibek Omarov 1 year ago
parent
commit
58e95c7d6f
  1. 2
      engine/client/console.c

2
engine/client/console.c

@ -1791,7 +1791,7 @@ void Con_DrawDebug( void ) @@ -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" ))

Loading…
Cancel
Save