mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 05:05:44 +00:00
Call OnCaptureClosed for capture viewers before resetting capture info
This commit is contained in:
@@ -408,7 +408,7 @@ void LiveCapture::deleteCapture_triggered()
|
||||
if(cap->path == m_Ctx.GetCaptureFilename())
|
||||
{
|
||||
m_Main->takeCaptureOwnership();
|
||||
m_Main->CloseCapture();
|
||||
m_Ctx.CloseCapture();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user