engine: client: show difference between demo time and real time in timedemo result

This commit is contained in:
Alibek Omarov
2026-04-26 04:15:15 +05:00
parent fca4152d5a
commit 90e25cc623

View File

@@ -1166,7 +1166,7 @@ static void CL_FinishTimeDemo( void )
if( !time ) time = 1.0;
host.allow_console = true;
Con_Printf( "timedemo result: %i frames %5.3f seconds %5.3f fps\n", frames, time, frames / time );
Con_Printf( "timedemo result: %i frames %5.3f seconds %5.3f fps %.2fx from demotime\n", frames, time, frames / time, CL_GetDemoPlaybackClock() / time );
host.allow_console = temp;
if( Sys_CheckParm( "-timedemo" ))