frameCount should be incremented

This commit is contained in:
Steven Polley 2020-10-29 04:34:44 +00:00
parent d22a376146
commit 240ab31166

View File

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