Fix update_hud_info indentation

pull/93/head
jackun 4 years ago
parent 154380e056
commit 13e57578c3
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -906,6 +906,7 @@ void update_hud_info(struct swapchain_stats& sw_stats, struct overlay_params& pa
sw_stats.frames_stats[f_idx].stats[OVERLAY_PARAM_ENABLED_frame_timing] =
now - sw_stats.last_present_time;
}
if (sw_stats.last_fps_update) {
if (elapsed >= params.fps_sampling_period) {

Loading…
Cancel
Save