diff --git a/engine/client/console.c b/engine/client/console.c index 742b10b9..07894d17 100644 --- a/engine/client/console.c +++ b/engine/client/console.c @@ -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" ))