Need to increase frame_count or else frame_count%frame_mod will never == 0
This commit is contained in:
parent
5475b44852
commit
c47a66559a
|
@ -755,6 +755,8 @@ void MonitorStream::runStream() {
|
||||||
} // end if actual_delta_time > 5
|
} // end if actual_delta_time > 5
|
||||||
} // end if change in zoom
|
} // end if change in zoom
|
||||||
} // end if paused or not
|
} // end if paused or not
|
||||||
|
} else {
|
||||||
|
frame_count++;
|
||||||
} // end if should send frame
|
} // end if should send frame
|
||||||
|
|
||||||
if (buffered_playback && !paused) {
|
if (buffered_playback && !paused) {
|
||||||
|
|
Loading…
Reference in New Issue