Fix Replay Buffer being marked as disabled when start recording fails
This commit is contained in:
parent
413120148b
commit
f7cab29172
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user