Fix Replay Buffer being marked as disabled when start recording fails

This commit is contained in:
palana 2014-09-23 22:16:22 +02:00
parent 413120148b
commit f7cab29172

View File

@ -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;