mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-11-10 12:39:04 +01:00
engine: client: console: elinimate unneeded Sys_DoubleTime call in Con_DrawDebug
This commit is contained in:
parent
7a5381e658
commit
58e95c7d6f
@ -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…
Reference in New Issue
Block a user