mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: console: elinimate unneeded Sys_DoubleTime call in Con_DrawDebug
This commit is contained in:
@@ -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" ))
|
||||
|
||||
Reference in New Issue
Block a user