mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
fix: 修复断言错误
This commit is contained in:
parent
aaf68045d0
commit
593ead61d8
1 changed files with 2 additions and 0 deletions
|
|
@ -359,6 +359,8 @@ void GraphicsCaptureFrameSource::StopCapture() {
|
|||
_captureFramePool.Close();
|
||||
_captureFramePool = nullptr;
|
||||
}
|
||||
|
||||
_newFrameArrived = false;
|
||||
}
|
||||
|
||||
void GraphicsCaptureFrameSource::_OnFrameArrived(winrt::Direct3D11CaptureFramePool const&, winrt::IInspectable const&) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue