···978978 hgt->hand_tracked_for_num_frames[hand_idx]++;
979979 }
980980981981+ // Push our timestamp back as well
982982+ hgt->history_timestamps.push_back(hgt->current_frame_timestamp);
983983+981984 // More hand-size-optimization spaghetti
982985 if (num_hands > 0) {
983986 hgt->target_hand_size = (float)avg_hand_size / (float)num_hands;
···1024102710251028 // If the debug UI is active, push to the frame-timing widget
10261029 u_frame_times_widget_push_sample(&hgt->ft_widget, hgt->current_frame_timestamp);
10271027- hgt->history_timestamps.push_back(hgt->current_frame_timestamp);
1028103010291031 // If the debug UI is active, push our debug frame
10301032 if (hgt->debug_scribble) {