Skip to content
Snippets Groups Projects
Commit dd4cff95 authored by chromaticpipe ‎'s avatar chromaticpipe ‎
Browse files

Fix interpolation related stats in perfstats

parent 44993fec
Branches
No related tags found
1 merge request!2659Fix interpolation related stats in perfstats
......@@ -127,8 +127,8 @@ perfstatrow_t commoncounter_rows[] = {
};
perfstatrow_t interpolation_rows[] = {
{"intpfrc", "Interp frac: ", &ps_interp_frac, PS_TIME},
{"intplag", "Interp lag: ", &ps_interp_lag, 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, 0},
{0}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment