engine: client: console: elinimate unneeded Sys_DoubleTime call in Con_DrawDebug
This commit is contained in:
parent
7a5381e658
commit
58e95c7d6f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue