Skip to content

Commit

Permalink
Missed else.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 3, 2020
1 parent 04bfeab commit 1e65e70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ScreenCast.Win/Services/ScreenCapturerWin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ public void GetNextFrame()
GetBitBltFrame();
}
}
else
{
GetBitBltFrame();
}
}
catch (Exception e)
{
Expand Down

0 comments on commit 1e65e70

Please sign in to comment.