Skip to content
Snippets Groups Projects
Commit 56513ec0 authored by LJ Sonic's avatar LJ Sonic
Browse files

Merge branch 'fixinterpstats' into 'next'

Fix interpolation related stats in perfstats

See merge request !2659
parents 7cdf8c41 dd4cff95
Branches
No related tags found
Loading
Pipeline #8204 passed
...@@ -127,8 +127,8 @@ perfstatrow_t commoncounter_rows[] = { ...@@ -127,8 +127,8 @@ perfstatrow_t commoncounter_rows[] = {
}; };
perfstatrow_t interpolation_rows[] = { perfstatrow_t interpolation_rows[] = {
{"intpfrc", "Interp frac: ", &ps_interp_frac, PS_TIME}, {"intpfrc", "Interp frac: ", &ps_interp_frac, 0}, // PS_TIME is not applicable here, as it is meant for I_GetPreciseTime
{"intplag", "Interp lag: ", &ps_interp_lag, PS_TIME}, {"intplag", "Interp lag: ", &ps_interp_lag, 0},
{0} {0}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment