Need to increase frame_count or else frame_count%frame_mod will never == 0

This commit is contained in:
Isaac Connor 2021-09-10 10:58:06 -04:00
parent 009b3ceffc
commit a9379e5813
1 changed files with 2 additions and 0 deletions

View File

@ -751,6 +751,8 @@ void MonitorStream::runStream() {
} // end if actual_delta_time > 5
} // end if change in zoom
} // end if paused or not
} else {
frame_count++;
} // end if should send frame
if (buffered_playback && !paused) {