Skip to content

Commit

Permalink
Fix for #286: Recording does not start when stop on paused
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje committed Mar 13, 2024
1 parent a74659e commit bb258bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ScreenRecorderLibNative/RecordingManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ HRESULT RecordingManager::BeginRecording(_In_opt_ std::wstring path, _In_opt_ IS
m_CaptureManager.reset(nullptr);
m_MouseManager.reset(nullptr);
m_IsRecording = false;
m_IsPaused = false;
REC_RESULT result{ };
try {
result = t.get();
Expand Down

0 comments on commit bb258bb

Please sign in to comment.