mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix for crash if frame capture is queued & process fails to create
This commit is contained in:
@@ -254,7 +254,7 @@ namespace renderdocui.Windows.Dialogs
|
||||
|
||||
var live = m_CaptureCallback(exe, workingDir, cmdLine, GetSettings().Options);
|
||||
|
||||
if (queueFrameCap.Checked)
|
||||
if (queueFrameCap.Checked && live != null)
|
||||
live.QueueCapture((int)queuedCapFrame.Value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user