Missed else.

This commit is contained in:
Jared Goodwin 2020-04-03 15:04:37 -07:00
parent ea8ce38514
commit 6df6a85eba

View File

@ -100,6 +100,10 @@ namespace Remotely.ScreenCast.Win.Services
GetBitBltFrame();
}
}
else
{
GetBitBltFrame();
}
}
catch (Exception e)
{