mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Fix callback not being run for injection path. Closes #1411
This commit is contained in:
@@ -614,6 +614,7 @@ void MainWindow::OnInjectTrigger(uint32_t PID, const rdcarray<EnvironmentModific
|
||||
|
||||
LiveCapture *live = new LiveCapture(m_Ctx, QString(), QString(), ret.ident, this, this);
|
||||
ShowLiveCapture(live);
|
||||
callback(live);
|
||||
});
|
||||
});
|
||||
th->start();
|
||||
|
||||
Reference in New Issue
Block a user