Skip to content

Commit

Permalink
Fix Replay Buffer being marked as disabled when start recording fails
Browse files Browse the repository at this point in the history
  • Loading branch information
palana committed Sep 23, 2014
1 parent 4131201 commit f7cab29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/OBSCapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ bool OBS::StartRecording(bool force)
OBSMessageBox(hwndMain, Str("Capture.Start.FileStream.Warning"), Str("Capture.Start.FileStream.WarningCaption"), MB_OK | MB_ICONWARNING);
bRecording = false;
success = false;
bRecordingReplayBuffer = false;
}
else {
bRecording = true;
Expand Down

0 comments on commit f7cab29

Please sign in to comment.