frameCount should be incremented

This commit is contained in:
Steven Polley 2020-10-29 04:34:44 +00:00
parent d22a376146
commit 240ab31166
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ func main() {
}
frameCount = 0
}
frameCount++
// Determine if we are currently recording and if so, then save the frame to the video
if currentRecording != nil {