mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Remove bool parameter to InitResolver to cancel resolving
This commit is contained in:
@@ -2012,7 +2012,7 @@ void MainWindow::on_action_Resolve_Symbols_triggered()
|
||||
bool finished = false;
|
||||
|
||||
m_Ctx.Replay().AsyncInvoke([this, &progress, &finished](IReplayController *) {
|
||||
bool success = m_Ctx.Replay().GetCaptureAccess()->InitResolver(&progress, NULL);
|
||||
bool success = m_Ctx.Replay().GetCaptureAccess()->InitResolver(&progress);
|
||||
|
||||
if(!success)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user